Html Css Color HEX #665805 Raw Umber

📋 copy color: '#665805'

red 102 ◦ green 88 ◦ blue 5

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

Shades of Raw Umber #665805

Tints of Raw Umber #665805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.13%

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

R = 52.31%
G = 45.13%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#665805 (or 0x665805) is known color: Raw Umber. HEX triplet: 66, 58 and 05. RGB value is (102,88,5). Sum of RGB (Red+Green+Blue) = 102+88+5=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #665805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665805 is #99A7FA. Grayscale: #535353. Windows color (decimal): -10070011 or 350310. OLE color: 350310.

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

Color convert

RGB 102 88 5 -
CMYK 0 0.14 0.95 0.6
HSL 51.34º 0.91% 0.21% -
HSV(B) 51.34º 0.95% 0.4% -
XYZ 9 9.82 1.56 -
YUV 82.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 102 88 5 0 0.14 0.95 0.6 51.34 0.91 0.21
Hex 66 58 5 0 E 5F 3C 33 5B 15
Octal 146 130 5 0 16 137 74 63 133 25
Binary 1100110 1011000 101 0 1110 1011111 111100 110011 1011011 10101

Color Harmonies of #665805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665805

Black with #665805

Text Example


Text Example

White with #665805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665805; }

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

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

background-color css

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

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

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

border-color css

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

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

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