Html Css Color HEX #661B06 Red Oxide

📋 copy color: '#661B06'

red 102 ◦ green 27 ◦ blue 6

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

Shades of Red Oxide #661B06

Tints of Red Oxide #661B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20%

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 75.56%
G = 20%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#661B06 (or 0x661B06) is known color: Red Oxide. HEX triplet: 66, 1B and 06. RGB value is (102,27,6). Sum of RGB (Red+Green+Blue) = 102+27+6=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #661B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B06 is #99E4F9. Grayscale: #2F2F2F. Windows color (decimal): -10085626 or 400230. OLE color: 400230.

HSL color Cylindrical-coordinate representation of color #661B06: hue angle of 13.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #661B06 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 27 6 -
CMYK 0 0.74 0.94 0.6
HSL 13.13º 0.89% 0.21% -
HSV(B) 13.13º 0.94% 0.4% -
XYZ 5.9 3.62 0.56 -
YUV 47.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 102 27 6 0 0.74 0.94 0.6 13.13 0.89 0.21
Hex 66 1B 6 0 4A 5E 3C D 59 15
Octal 146 33 6 0 112 136 74 15 131 25
Binary 1100110 11011 110 0 1001010 1011110 111100 1101 1011001 10101

Color Harmonies of #661B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661B06

Black with #661B06

Text Example


Text Example

White with #661B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661B06; }

 p { color: rgb(102,27,6); }

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

background-color css

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

 a { background-color: rgb(102,27,6); }

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

border-color css

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

 span { border-color: rgb(102,27,6); }

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