Html Css Color HEX #66450C Raw Umber

📋 copy color: '#66450C'

red 102 ◦ green 69 ◦ blue 12

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

Shades of Raw Umber #66450C

Tints of Raw Umber #66450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 12 (5.08% from 255) = 6.56%

R = 55.74%
G = 37.7%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#66450C (or 0x66450C) is known color: Raw Umber. HEX triplet: 66, 45 and 0C. RGB value is (102,69,12). Sum of RGB (Red+Green+Blue) = 102+69+12=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66450C is #99BAF3. Grayscale: #484848. Windows color (decimal): -10074868 or 804198. OLE color: 804198.

HSL color Cylindrical-coordinate representation of color #66450C: hue angle of 38º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66450C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 69 12 -
CMYK 0 0.32 0.88 0.6
HSL 38º 0.79% 0.22% -
HSV(B) 38º 0.88% 0.4% -
XYZ 7.67 7.11 1.32 -
YUV 72.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 102 69 12 0 0.32 0.88 0.6 38 0.79 0.22
Hex 66 45 C 0 20 58 3C 26 4F 16
Octal 146 105 14 0 40 130 74 46 117 26
Binary 1100110 1000101 1100 0 100000 1011000 111100 100110 1001111 10110

Color Harmonies of #66450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66450C

Black with #66450C

Text Example


Text Example

White with #66450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66450C; }

 p { color: rgb(102,69,12); }

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

background-color css

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

 a { background-color: rgb(102,69,12); }

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

border-color css

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

 span { border-color: rgb(102,69,12); }

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