Html Css Color HEX #66450D Raw Umber

📋 copy color: '#66450D'

red 102 ◦ green 69 ◦ blue 13

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

Shades of Raw Umber #66450D

Tints of Raw Umber #66450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 55.43%
G = 37.5%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#66450D (or 0x66450D) is known color: Raw Umber. HEX triplet: 66, 45 and 0D. RGB value is (102,69,13). Sum of RGB (Red+Green+Blue) = 102+69+13=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66450D is #99BAF2. Grayscale: #484848. Windows color (decimal): -10074867 or 869734. OLE color: 869734.

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

Color convert

RGB 102 69 13 -
CMYK 0 0.32 0.87 0.6
HSL 37.75º 0.77% 0.23% -
HSV(B) 37.75º 0.87% 0.4% -
XYZ 7.68 7.11 1.35 -
YUV 72.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 102 69 13 0 0.32 0.87 0.6 37.75 0.77 0.23
Hex 66 45 D 0 20 57 3C 26 4D 17
Octal 146 105 15 0 40 127 74 46 115 27
Binary 1100110 1000101 1101 0 100000 1010111 111100 100110 1001101 10111

Color Harmonies of #66450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66450D

Black with #66450D

Text Example


Text Example

White with #66450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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