Html Css Color HEX #695203 Raw Umber

📋 copy color: '#695203'

red 105 ◦ green 82 ◦ blue 3

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

Shades of Raw Umber #695203

Tints of Raw Umber #695203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.58%

R = 55.26%
G = 43.16%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#695203 (or 0x695203) is known color: Raw Umber. HEX triplet: 69, 52 and 03. RGB value is (105,82,3). Sum of RGB (Red+Green+Blue) = 105+82+3=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #695203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695203 is #96ADFC. Grayscale: #505050. Windows color (decimal): -9874941 or 217705. OLE color: 217705.

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

Color convert

RGB 105 82 3 -
CMYK 0 0.22 0.97 0.59
HSL 46.47º 0.94% 0.21% -
HSV(B) 46.47º 0.97% 0.41% -
XYZ 8.86 9.04 1.36 -
YUV 79.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 105 82 3 0 0.22 0.97 0.59 46.47 0.94 0.21
Hex 69 52 3 0 16 61 3B 2E 5E 15
Octal 151 122 3 0 26 141 73 56 136 25
Binary 1101001 1010010 11 0 10110 1100001 111011 101110 1011110 10101

Color Harmonies of #695203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695203

Black with #695203

Text Example


Text Example

White with #695203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695203; }

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

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

background-color css

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

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

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

border-color css

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

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

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