Html Css Color HEX #661B14 Red Oxide

📋 copy color: '#661B14'

red 102 ◦ green 27 ◦ blue 20

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

Shades of Red Oxide #661B14

Tints of Red Oxide #661B14

RGB

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

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

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

R = 68.46%
G = 18.12%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#661B14 (or 0x661B14) is known color: Red Oxide. HEX triplet: 66, 1B and 14. RGB value is (102,27,20). Sum of RGB (Red+Green+Blue) = 102+27+20=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #661B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B14 is #99E4EB. Grayscale: #303030. Windows color (decimal): -10085612 or 1317734. OLE color: 1317734.

HSL color Cylindrical-coordinate representation of color #661B14: hue angle of 5.12º 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 #661B14 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 27 20 -
CMYK 0 0.74 0.80 0.6
HSL 5.12º 0.67% 0.24% -
HSV(B) 5.12º 0.8% 0.4% -
XYZ 6 3.66 1.05 -
YUV 48.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 102 27 20 0 0.74 0.80 0.6 5.12 0.67 0.24
Hex 66 1B 14 0 4A 50 3C 5 43 18
Octal 146 33 24 0 112 120 74 5 103 30
Binary 1100110 11011 10100 0 1001010 1010000 111100 101 1000011 11000

Color Harmonies of #661B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661B14

Black with #661B14

Text Example


Text Example

White with #661B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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