Html Css Color HEX #66430E Raw Umber

📋 copy color: '#66430E'

red 102 ◦ green 67 ◦ blue 14

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

Shades of Raw Umber #66430E

Tints of Raw Umber #66430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 14 (5.86% from 255) = 7.65%

R = 55.74%
G = 36.61%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66430E (or 0x66430E) is known color: Raw Umber. HEX triplet: 66, 43 and 0E. RGB value is (102,67,14). Sum of RGB (Red+Green+Blue) = 102+67+14=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66430E is #99BCF1. Grayscale: #474747. Windows color (decimal): -10075378 or 934758. OLE color: 934758.

HSL color Cylindrical-coordinate representation of color #66430E: hue angle of 36.14º 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 #66430E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 67 14 -
CMYK 0 0.34 0.86 0.6
HSL 36.14º 0.76% 0.23% -
HSV(B) 36.14º 0.86% 0.4% -
XYZ 7.57 6.87 1.34 -
YUV 71.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 102 67 14 0 0.34 0.86 0.6 36.14 0.76 0.23
Hex 66 43 E 0 22 56 3C 24 4C 17
Octal 146 103 16 0 42 126 74 44 114 27
Binary 1100110 1000011 1110 0 100010 1010110 111100 100100 1001100 10111

Color Harmonies of #66430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66430E

Black with #66430E

Text Example


Text Example

White with #66430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66430E;
 }
 .AnyTagClassName
 {
   color: #66430E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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