Html Css Color HEX #665104 Raw Umber

📋 copy color: '#665104'

red 102 ◦ green 81 ◦ blue 4

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

Shades of Raw Umber #665104

Tints of Raw Umber #665104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 54.55%
G = 43.32%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#665104 (or 0x665104) is known color: Raw Umber. HEX triplet: 66, 51 and 04. RGB value is (102,81,4). Sum of RGB (Red+Green+Blue) = 102+81+4=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #665104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665104 is #99AEFB. Grayscale: #4E4E4E. Windows color (decimal): -10071804 or 282982. OLE color: 282982.

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

Color convert

RGB 102 81 4 -
CMYK 0 0.21 0.96 0.6
HSL 47.14º 0.92% 0.21% -
HSV(B) 47.14º 0.96% 0.4% -
XYZ 8.44 8.72 1.35 -
YUV 78.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 102 81 4 0 0.21 0.96 0.6 47.14 0.92 0.21
Hex 66 51 4 0 15 60 3C 2F 5C 15
Octal 146 121 4 0 25 140 74 57 134 25
Binary 1100110 1010001 100 0 10101 1100000 111100 101111 1011100 10101

Color Harmonies of #665104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665104

Black with #665104

Text Example


Text Example

White with #665104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665104; }

 p { color: rgb(102,81,4); }

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

background-color css

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

 a { background-color: rgb(102,81,4); }

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

border-color css

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

 span { border-color: rgb(102,81,4); }

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