Html Css Color HEX #662824 Red Oxide

📋 copy color: '#662824'

red 102 ◦ green 40 ◦ blue 36

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

Shades of Red Oxide #662824

Tints of Red Oxide #662824

RGB

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

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

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

R = 57.3%
G = 22.47%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#662824 (or 0x662824) is known color: Red Oxide. HEX triplet: 66, 28 and 24. RGB value is (102,40,36). Sum of RGB (Red+Green+Blue) = 102+40+36=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #662824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662824 is #99D7DB. Grayscale: #3A3A3A. Windows color (decimal): -10082268 or 2369638. OLE color: 2369638.

HSL color Cylindrical-coordinate representation of color #662824: hue angle of 3.64º 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 #662824 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 40 36 -
CMYK 0 0.61 0.65 0.6
HSL 3.64º 0.48% 0.27% -
HSV(B) 3.64º 0.65% 0.4% -
XYZ 6.56 4.47 2.19 -
YUV 58.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 102 40 36 0 0.61 0.65 0.6 3.64 0.48 0.27
Hex 66 28 24 0 3D 41 3C 4 30 1B
Octal 146 50 44 0 75 101 74 4 60 33
Binary 1100110 101000 100100 0 111101 1000001 111100 100 110000 11011

Color Harmonies of #662824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662824

Black with #662824

Text Example


Text Example

White with #662824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662824; }

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

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

background-color css

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

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

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

border-color css

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

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

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