Html Css Color HEX #695600 Raw Umber

📋 copy color: '#695600'

red 105 ◦ green 86 ◦ blue 0

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

Shades of Raw Umber #695600

Tints of Raw Umber #695600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.97%
G = 45.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#695600 (or 0x695600) is known color: Raw Umber. HEX triplet: 69, 56 and 00. RGB value is (105,86,0). Sum of RGB (Red+Green+Blue) = 105+86+0=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #695600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695600 is #96A9FF. Grayscale: #525252. Windows color (decimal): -9873920 or 22121. OLE color: 22121.

HSL color Cylindrical-coordinate representation of color #695600: hue angle of 49.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #695600 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 86 0 -
CMYK 0 0.18 1 0.59
HSL 49.14º 1% 0.21% -
HSV(B) 49.14º 1% 0.41% -
XYZ 9.15 9.66 1.38 -
YUV 81.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 105 86 0 0 0.18 1 0.59 49.14 1 0.21
Hex 69 56 0 0 12 64 3B 31 64 15
Octal 151 126 0 0 22 144 73 61 144 25
Binary 1101001 1010110 0 0 10010 1100100 111011 110001 1100100 10101

Color Harmonies of #695600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695600

Black with #695600

Text Example


Text Example

White with #695600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695600; }

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

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

background-color css

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

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

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

border-color css

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

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

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