Html Css Color HEX #662724 Red Oxide

📋 copy color: '#662724'

red 102 ◦ green 39 ◦ blue 36

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

Shades of Red Oxide #662724

Tints of Red Oxide #662724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.34%

R = 57.63%
G = 22.03%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#662724 (or 0x662724) is known color: Red Oxide. HEX triplet: 66, 27 and 24. RGB value is (102,39,36). Sum of RGB (Red+Green+Blue) = 102+39+36=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #662724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662724 is #99D8DB. Grayscale: #393939. Windows color (decimal): -10082524 or 2369382. OLE color: 2369382.

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

Color convert

RGB 102 39 36 -
CMYK 0 0.62 0.65 0.6
HSL 2.73º 0.48% 0.27% -
HSV(B) 2.73º 0.65% 0.4% -
XYZ 6.52 4.4 2.18 -
YUV 57.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 102 39 36 0 0.62 0.65 0.6 2.73 0.48 0.27
Hex 66 27 24 0 3E 41 3C 3 30 1B
Octal 146 47 44 0 76 101 74 3 60 33
Binary 1100110 100111 100100 0 111110 1000001 111100 11 110000 11011

Color Harmonies of #662724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662724

Black with #662724

Text Example


Text Example

White with #662724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662724; }

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

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

background-color css

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

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

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

border-color css

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

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

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