Html Css Color HEX #695605 Raw Umber

📋 copy color: '#695605'

red 105 ◦ green 86 ◦ blue 5

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

Shades of Raw Umber #695605

Tints of Raw Umber #695605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.88%

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

R = 53.57%
G = 43.88%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#695605 (or 0x695605) is known color: Raw Umber. HEX triplet: 69, 56 and 05. RGB value is (105,86,5). Sum of RGB (Red+Green+Blue) = 105+86+5=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #695605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695605 is #96A9FA. Grayscale: #525252. Windows color (decimal): -9873915 or 349801. OLE color: 349801.

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

Color convert

RGB 105 86 5 -
CMYK 0 0.18 0.95 0.59
HSL 48.6º 0.91% 0.22% -
HSV(B) 48.6º 0.95% 0.41% -
XYZ 9.18 9.67 1.53 -
YUV 82.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 105 86 5 0 0.18 0.95 0.59 48.6 0.91 0.22
Hex 69 56 5 0 12 5F 3B 31 5B 16
Octal 151 126 5 0 22 137 73 61 133 26
Binary 1101001 1010110 101 0 10010 1011111 111011 110001 1011011 10110

Color Harmonies of #695605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695605

Black with #695605

Text Example


Text Example

White with #695605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695605; }

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

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

background-color css

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

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

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

border-color css

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

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

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