Html Css Color HEX #662114 Red Oxide

📋 copy color: '#662114'

red 102 ◦ green 33 ◦ blue 20

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

Shades of Red Oxide #662114

Tints of Red Oxide #662114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 65.81%
G = 21.29%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#662114 (or 0x662114) is known color: Red Oxide. HEX triplet: 66, 21 and 14. RGB value is (102,33,20). Sum of RGB (Red+Green+Blue) = 102+33+20=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #662114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662114 is #99DEEB. Grayscale: #343434. Windows color (decimal): -10084076 or 1319270. OLE color: 1319270.

HSL color Cylindrical-coordinate representation of color #662114: hue angle of 9.51º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #662114 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 20 -
CMYK 0 0.68 0.80 0.6
HSL 9.51º 0.67% 0.24% -
HSV(B) 9.51º 0.8% 0.4% -
XYZ 6.15 3.96 1.1 -
YUV 52.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 102 33 20 0 0.68 0.80 0.6 9.51 0.67 0.24
Hex 66 21 14 0 44 50 3C A 43 18
Octal 146 41 24 0 104 120 74 12 103 30
Binary 1100110 100001 10100 0 1000100 1010000 111100 1010 1000011 11000

Color Harmonies of #662114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662114

Black with #662114

Text Example


Text Example

White with #662114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662114; }

 p { color: rgb(102,33,20); }

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

background-color css

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

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

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

border-color css

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

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

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