Html Css Color HEX #695317 Raw Umber

📋 copy color: '#695317'

red 105 ◦ green 83 ◦ blue 23

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

Shades of Raw Umber #695317

Tints of Raw Umber #695317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

 BLUE value IS 23 (9.38% from 255) = 10.9%

R = 49.76%
G = 39.34%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#695317 (or 0x695317) is known color: Raw Umber. HEX triplet: 69, 53 and 17. RGB value is (105,83,23). Sum of RGB (Red+Green+Blue) = 105+83+23=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #695317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695317 is #96ACE8. Grayscale: #535353. Windows color (decimal): -9874665 or 1528681. OLE color: 1528681.

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

Color convert

RGB 105 83 23 -
CMYK 0 0.21 0.78 0.59
HSL 43.9º 0.64% 0.25% -
HSV(B) 43.9º 0.78% 0.41% -
XYZ 9.07 9.25 2.12 -
YUV 82.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 105 83 23 0 0.21 0.78 0.59 43.9 0.64 0.25
Hex 69 53 17 0 15 4E 3B 2C 40 19
Octal 151 123 27 0 25 116 73 54 100 31
Binary 1101001 1010011 10111 0 10101 1001110 111011 101100 1000000 11001

Color Harmonies of #695317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695317

Black with #695317

Text Example


Text Example

White with #695317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695317; }

 p { color: rgb(105,83,23); }

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

background-color css

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

 a { background-color: rgb(105,83,23); }

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

border-color css

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

 span { border-color: rgb(105,83,23); }

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