Html Css Color HEX #664105 Raw Umber

📋 copy color: '#664105'

red 102 ◦ green 65 ◦ blue 5

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

Shades of Raw Umber #664105

Tints of Raw Umber #664105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 59.3%
G = 37.79%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#664105 (or 0x664105) is known color: Raw Umber. HEX triplet: 66, 41 and 05. RGB value is (102,65,5). Sum of RGB (Red+Green+Blue) = 102+65+5=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #664105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664105 is #99BEFA. Grayscale: #454545. Windows color (decimal): -10075899 or 344422. OLE color: 344422.

HSL color Cylindrical-coordinate representation of color #664105: hue angle of 37.11º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #664105 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 5 -
CMYK 0 0.36 0.95 0.6
HSL 37.11º 0.91% 0.21% -
HSV(B) 37.11º 0.95% 0.4% -
XYZ 7.4 6.62 1.03 -
YUV 69.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 102 65 5 0 0.36 0.95 0.6 37.11 0.91 0.21
Hex 66 41 5 0 24 5F 3C 25 5B 15
Octal 146 101 5 0 44 137 74 45 133 25
Binary 1100110 1000001 101 0 100100 1011111 111100 100101 1011011 10101

Color Harmonies of #664105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664105

Black with #664105

Text Example


Text Example

White with #664105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664105; }

 p { color: rgb(102,65,5); }

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

background-color css

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

 a { background-color: rgb(102,65,5); }

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

border-color css

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

 span { border-color: rgb(102,65,5); }

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