Html Css Color HEX #66371D New Amber

📋 copy color: '#66371D'

red 102 ◦ green 55 ◦ blue 29

#66371D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Amber #66371D

Tints of New Amber #66371D

RGB

 RED value IS 102 (40.23% from 255) = 54.84%

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 54.84%
G = 29.57%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66371D (or 0x66371D) is known color: New Amber. HEX triplet: 66, 37 and 1D. RGB value is (102,55,29). Sum of RGB (Red+Green+Blue) = 102+55+29=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66371D is #99C8E2. Grayscale: #424242. Windows color (decimal): -10078435 or 1914726. OLE color: 1914726.

HSL color Cylindrical-coordinate representation of color #66371D: hue angle of 21.37º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66371D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 55 29 -
CMYK 0 0.46 0.72 0.6
HSL 21.37º 0.56% 0.26% -
HSV(B) 21.37º 0.72% 0.4% -
XYZ 7.07 5.65 1.88 -
YUV 66.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 102 55 29 0 0.46 0.72 0.6 21.37 0.56 0.26
Hex 66 37 1D 0 2E 48 3C 15 38 1A
Octal 146 67 35 0 56 110 74 25 70 32
Binary 1100110 110111 11101 0 101110 1001000 111100 10101 111000 11010

Color Harmonies of #66371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66371D

Black with #66371D

Text Example


Text Example

White with #66371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66371D; }

 p { color: rgb(102,55,29); }

 H1.HeaderClassName
 {
   color: #66371D;
 }
 .AnyTagClassName
 {
   color: #66371D;
 }
</style>

background-color css

<style>
 a { background-color: #66371D; }

 a { background-color: rgb(102,55,29); }

 div.DivClassName
 {
   background-color: #66371D;
 }
 .BgClassName
 {
   background-color: #66371D;
 }
</style>

border-color css

<style>
 span { border-color: #66371D; }

 span { border-color: rgb(102,55,29); }

 td.TdClassName
 {
   border-color: #66371D;
 }
 .TagClassName
 {
   border-color: #66371D;
 }
</style>