Html Css Color HEX #662727 Auburn

📋 copy color: '#662727'

red 102 ◦ green 39 ◦ blue 39

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

Shades of Auburn #662727

Tints of Auburn #662727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

 BLUE value IS 39 (15.63% from 255) = 21.67%

R = 56.67%
G = 21.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#662727 (or 0x662727) is known color: Auburn. HEX triplet: 66, 27 and 27. RGB value is (102,39,39). Sum of RGB (Red+Green+Blue) = 102+39+39=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #662727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662727 is #99D8D8. Grayscale: #393939. Windows color (decimal): -10082521 or 2565990. OLE color: 2565990.

HSL color Cylindrical-coordinate representation of color #662727: hue angle of 0º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662727 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 39 39 -
CMYK 0 0.62 0.62 0.6
HSL 0.45% 0.28% -
HSV(B) 0.62% 0.4% -
XYZ 6.57 4.42 2.43 -
YUV 57.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 102 39 39 0 0.62 0.62 0.6 0 0.45 0.28
Hex 66 27 27 0 3E 3E 3C 0 2D 1C
Octal 146 47 47 0 76 76 74 0 55 34
Binary 1100110 100111 100111 0 111110 111110 111100 0 101101 11100

Color Harmonies of #662727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662727

Black with #662727

Text Example


Text Example

White with #662727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662727; }

 p { color: rgb(102,39,39); }

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

background-color css

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

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

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

border-color css

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

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

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