Html Css Color HEX #665205 Raw Umber

📋 copy color: '#665205'

red 102 ◦ green 82 ◦ blue 5

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

Shades of Raw Umber #665205

Tints of Raw Umber #665205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

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

R = 53.97%
G = 43.39%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#665205 (or 0x665205) is known color: Raw Umber. HEX triplet: 66, 52 and 05. RGB value is (102,82,5). Sum of RGB (Red+Green+Blue) = 102+82+5=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #665205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665205 is #99ADFA. Grayscale: #4F4F4F. Windows color (decimal): -10071547 or 348774. OLE color: 348774.

HSL color Cylindrical-coordinate representation of color #665205: hue angle of 47.63º 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 #665205 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 5 -
CMYK 0 0.20 0.95 0.6
HSL 47.63º 0.91% 0.21% -
HSV(B) 47.63º 0.95% 0.4% -
XYZ 8.52 8.87 1.41 -
YUV 79.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 102 82 5 0 0.20 0.95 0.6 47.63 0.91 0.21
Hex 66 52 5 0 14 5F 3C 30 5B 15
Octal 146 122 5 0 24 137 74 60 133 25
Binary 1100110 1010010 101 0 10100 1011111 111100 110000 1011011 10101

Color Harmonies of #665205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665205

Black with #665205

Text Example


Text Example

White with #665205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665205; }

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

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

background-color css

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

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

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

border-color css

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

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

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