Html Css Color HEX #695214 Raw Umber

📋 copy color: '#695214'

red 105 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #695214

Tints of Raw Umber #695214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.61%

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

R = 50.72%
G = 39.61%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#695214 (or 0x695214) is known color: Raw Umber. HEX triplet: 69, 52 and 14. RGB value is (105,82,20). Sum of RGB (Red+Green+Blue) = 105+82+20=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #695214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695214 is #96ADEB. Grayscale: #525252. Windows color (decimal): -9874924 or 1331817. OLE color: 1331817.

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

Color convert

RGB 105 82 20 -
CMYK 0 0.22 0.81 0.59
HSL 43.76º 0.68% 0.25% -
HSV(B) 43.76º 0.81% 0.41% -
XYZ 8.97 9.09 1.94 -
YUV 81.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 105 82 20 0 0.22 0.81 0.59 43.76 0.68 0.25
Hex 69 52 14 0 16 51 3B 2C 44 19
Octal 151 122 24 0 26 121 73 54 104 31
Binary 1101001 1010010 10100 0 10110 1010001 111011 101100 1000100 11001

Color Harmonies of #695214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695214

Black with #695214

Text Example


Text Example

White with #695214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695214; }

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

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

background-color css

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

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

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

border-color css

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

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

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