Html Css Color HEX #66200F Red Oxide

📋 copy color: '#66200F'

red 102 ◦ green 32 ◦ blue 15

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

Shades of Red Oxide #66200F

Tints of Red Oxide #66200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 68.46%
G = 21.48%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#66200F (or 0x66200F) is known color: Red Oxide. HEX triplet: 66, 20 and 0F. RGB value is (102,32,15). Sum of RGB (Red+Green+Blue) = 102+32+15=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66200F is #99DFF0. Grayscale: #333333. Windows color (decimal): -10084337 or 991334. OLE color: 991334.

HSL color Cylindrical-coordinate representation of color #66200F: hue angle of 11.72º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66200F is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 15 -
CMYK 0 0.69 0.85 0.6
HSL 11.72º 0.74% 0.23% -
HSV(B) 11.72º 0.85% 0.4% -
XYZ 6.08 3.89 0.88 -
YUV 50.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 102 32 15 0 0.69 0.85 0.6 11.72 0.74 0.23
Hex 66 20 F 0 45 55 3C C 4A 17
Octal 146 40 17 0 105 125 74 14 112 27
Binary 1100110 100000 1111 0 1000101 1010101 111100 1100 1001010 10111

Color Harmonies of #66200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66200F

Black with #66200F

Text Example


Text Example

White with #66200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66200F; }

 p { color: rgb(102,32,15); }

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

background-color css

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

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

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

border-color css

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

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

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