Html Css Color HEX #695114 Raw Umber

📋 copy color: '#695114'

red 105 ◦ green 81 ◦ blue 20

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

Shades of Raw Umber #695114

Tints of Raw Umber #695114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.32%

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 50.97%
G = 39.32%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#695114 (or 0x695114) is known color: Raw Umber. HEX triplet: 69, 51 and 14. RGB value is (105,81,20). Sum of RGB (Red+Green+Blue) = 105+81+20=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #695114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695114 is #96AEEB. Grayscale: #515151. Windows color (decimal): -9875180 or 1331561. OLE color: 1331561.

HSL color Cylindrical-coordinate representation of color #695114: hue angle of 43.06º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #695114 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 81 20 -
CMYK 0 0.23 0.81 0.59
HSL 43.06º 0.68% 0.25% -
HSV(B) 43.06º 0.81% 0.41% -
XYZ 8.89 8.94 1.92 -
YUV 81.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 105 81 20 0 0.23 0.81 0.59 43.06 0.68 0.25
Hex 69 51 14 0 17 51 3B 2B 44 19
Octal 151 121 24 0 27 121 73 53 104 31
Binary 1101001 1010001 10100 0 10111 1010001 111011 101011 1000100 11001

Color Harmonies of #695114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695114

Black with #695114

Text Example


Text Example

White with #695114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695114; }

 p { color: rgb(105,81,20); }

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

background-color css

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

 a { background-color: rgb(105,81,20); }

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

border-color css

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

 span { border-color: rgb(105,81,20); }

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