Html Css Color HEX #695415 Raw Umber

📋 copy color: '#695415'

red 105 ◦ green 84 ◦ blue 21

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

Shades of Raw Umber #695415

Tints of Raw Umber #695415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

 BLUE value IS 21 (8.59% from 255) = 10%

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#695415 (or 0x695415) is known color: Raw Umber. HEX triplet: 69, 54 and 15. RGB value is (105,84,21). Sum of RGB (Red+Green+Blue) = 105+84+21=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #695415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695415 is #96ABEA. Grayscale: #535353. Windows color (decimal): -9874411 or 1397865. OLE color: 1397865.

HSL color Cylindrical-coordinate representation of color #695415: hue angle of 45º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #695415 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 84 21 -
CMYK 0 0.20 0.80 0.59
HSL 45º 0.67% 0.25% -
HSV(B) 45º 0.8% 0.41% -
XYZ 9.13 9.4 2.04 -
YUV 83.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 105 84 21 0 0.20 0.80 0.59 45 0.67 0.25
Hex 69 54 15 0 14 50 3B 2D 43 19
Octal 151 124 25 0 24 120 73 55 103 31
Binary 1101001 1010100 10101 0 10100 1010000 111011 101101 1000011 11001

Color Harmonies of #695415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695415

Black with #695415

Text Example


Text Example

White with #695415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695415; }

 p { color: rgb(105,84,21); }

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

background-color css

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

 a { background-color: rgb(105,84,21); }

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

border-color css

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

 span { border-color: rgb(105,84,21); }

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