Html Css Color HEX #661008 Red Oxide

📋 copy color: '#661008'

red 102 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #661008

Tints of Red Oxide #661008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.7%

 BLUE value IS 8 (3.52% from 255) = 6.35%

R = 80.95%
G = 12.7%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#661008 (or 0x661008) is known color: Red Oxide. HEX triplet: 66, 10 and 08. RGB value is (102,16,8). Sum of RGB (Red+Green+Blue) = 102+16+8=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #661008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661008 is #99EFF7. Grayscale: #282828. Windows color (decimal): -10088440 or 528486. OLE color: 528486.

HSL color Cylindrical-coordinate representation of color #661008: hue angle of 5.11º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #661008 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 8 -
CMYK 0 0.84 0.92 0.6
HSL 5.11º 0.85% 0.22% -
HSV(B) 5.11º 0.92% 0.4% -
XYZ 5.71 3.21 0.55 -
YUV 40.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 102 16 8 0 0.84 0.92 0.6 5.11 0.85 0.22
Hex 66 10 8 0 54 5C 3C 5 55 16
Octal 146 20 10 0 124 134 74 5 125 26
Binary 1100110 10000 1000 0 1010100 1011100 111100 101 1010101 10110

Color Harmonies of #661008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661008

Black with #661008

Text Example


Text Example

White with #661008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661008; }

 p { color: rgb(102,16,8); }

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

background-color css

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

 a { background-color: rgb(102,16,8); }

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

border-color css

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

 span { border-color: rgb(102,16,8); }

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