Html Css Color HEX #695805 Raw Umber

📋 copy color: '#695805'

red 105 ◦ green 88 ◦ blue 5

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

Shades of Raw Umber #695805

Tints of Raw Umber #695805

RGB

 RED value IS 105 (41.41% from 255) = 53.03%

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

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

R = 53.03%
G = 44.44%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#695805 (or 0x695805) is known color: Raw Umber. HEX triplet: 69, 58 and 05. RGB value is (105,88,5). Sum of RGB (Red+Green+Blue) = 105+88+5=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #695805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695805 is #96A7FA. Grayscale: #535353. Windows color (decimal): -9873403 or 350313. OLE color: 350313.

HSL color Cylindrical-coordinate representation of color #695805: hue angle of 49.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #695805 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 88 5 -
CMYK 0 0.16 0.95 0.59
HSL 49.8º 0.91% 0.22% -
HSV(B) 49.8º 0.95% 0.41% -
XYZ 9.34 9.99 1.58 -
YUV 83.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 105 88 5 0 0.16 0.95 0.59 49.8 0.91 0.22
Hex 69 58 5 0 10 5F 3B 32 5B 16
Octal 151 130 5 0 20 137 73 62 133 26
Binary 1101001 1011000 101 0 10000 1011111 111011 110010 1011011 10110

Color Harmonies of #695805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695805

Black with #695805

Text Example


Text Example

White with #695805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695805; }

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

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

background-color css

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

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

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

border-color css

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

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

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