Html Css Color HEX #66450F Raw Umber

📋 copy color: '#66450F'

red 102 ◦ green 69 ◦ blue 15

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

Shades of Raw Umber #66450F

Tints of Raw Umber #66450F

RGB

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

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

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

R = 54.84%
G = 37.1%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#66450F (or 0x66450F) is known color: Raw Umber. HEX triplet: 66, 45 and 0F. RGB value is (102,69,15). Sum of RGB (Red+Green+Blue) = 102+69+15=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66450F is #99BAF0. Grayscale: #484848. Windows color (decimal): -10074865 or 1000806. OLE color: 1000806.

HSL color Cylindrical-coordinate representation of color #66450F: hue angle of 37.24º 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 #66450F is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 69 15 -
CMYK 0 0.32 0.85 0.6
HSL 37.24º 0.74% 0.23% -
HSV(B) 37.24º 0.85% 0.4% -
XYZ 7.69 7.12 1.42 -
YUV 72.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 102 69 15 0 0.32 0.85 0.6 37.24 0.74 0.23
Hex 66 45 F 0 20 55 3C 25 4A 17
Octal 146 105 17 0 40 125 74 45 112 27
Binary 1100110 1000101 1111 0 100000 1010101 111100 100101 1001010 10111

Color Harmonies of #66450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66450F

Black with #66450F

Text Example


Text Example

White with #66450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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