Html Css Color HEX #662826 Auburn

📋 copy color: '#662826'

red 102 ◦ green 40 ◦ blue 38

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

Shades of Auburn #662826

Tints of Auburn #662826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 56.67%
G = 22.22%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#662826 (or 0x662826) is known color: Auburn. HEX triplet: 66, 28 and 26. RGB value is (102,40,38). Sum of RGB (Red+Green+Blue) = 102+40+38=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #662826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662826 is #99D7D9. Grayscale: #3A3A3A. Windows color (decimal): -10082266 or 2500710. OLE color: 2500710.

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

Color convert

RGB 102 40 38 -
CMYK 0 0.61 0.63 0.6
HSL 1.88º 0.46% 0.27% -
HSV(B) 1.88º 0.63% 0.4% -
XYZ 6.59 4.48 2.35 -
YUV 58.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 102 40 38 0 0.61 0.63 0.6 1.88 0.46 0.27
Hex 66 28 26 0 3D 3F 3C 2 2E 1B
Octal 146 50 46 0 75 77 74 2 56 33
Binary 1100110 101000 100110 0 111101 111111 111100 10 101110 11011

Color Harmonies of #662826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662826

Black with #662826

Text Example


Text Example

White with #662826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662826; }

 p { color: rgb(102,40,38); }

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

background-color css

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

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

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

border-color css

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

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

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