#66450E

Color #66450E Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #66450E

Tints of Raw Umber #66450E

Color information

#66450E (or 0x66450E) is unknown color: approx Raw Umber. HEX triplet: 66, 45 and 0E. RGB value is (102,69,14). Sum of RGB (Red+Green+Blue) = 102+69+14=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66450E is #99BAF1. Grayscale: #484848. Windows color (decimal): -10074866 or 935270. OLE color: 935270.

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

Color convert

RGB1026914-
CMYK00.320.860.6
HSL37.5º75.86%22.75%-
HSV(B)37.5º86.27%40%-
XYZ7.697.111.38-
YUV72.694.93148.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=55.14%
G=37.30%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102691400.320.860.637.575.8622.75
Hex6645E020563C264c17
Octal14610516040126744611427
Binary11001101000101111001000001010110111100100110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66450E;
 }
 .AnyTagClassName
 {
   color: #66450E;
 }
</style>
background-color css

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

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

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

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

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

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