Html Css Color HEX #695514 Raw Umber

📋 copy color: '#695514'

red 105 ◦ green 85 ◦ blue 20

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

Shades of Raw Umber #695514

Tints of Raw Umber #695514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

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

R = 50%
G = 40.48%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#695514 (or 0x695514) is known color: Raw Umber. HEX triplet: 69, 55 and 14. RGB value is (105,85,20). Sum of RGB (Red+Green+Blue) = 105+85+20=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #695514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695514 is #96AAEB. Grayscale: #535353. Windows color (decimal): -9874156 or 1332585. OLE color: 1332585.

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

Color convert

RGB 105 85 20 -
CMYK 0 0.19 0.81 0.59
HSL 45.88º 0.68% 0.25% -
HSV(B) 45.88º 0.81% 0.41% -
XYZ 9.2 9.55 2.02 -
YUV 83.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 105 85 20 0 0.19 0.81 0.59 45.88 0.68 0.25
Hex 69 55 14 0 13 51 3B 2E 44 19
Octal 151 125 24 0 23 121 73 56 104 31
Binary 1101001 1010101 10100 0 10011 1010001 111011 101110 1000100 11001

Color Harmonies of #695514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695514

Black with #695514

Text Example


Text Example

White with #695514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695514; }

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

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

background-color css

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

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

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

border-color css

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

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

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