Html Css Color HEX #695802 Raw Umber

📋 copy color: '#695802'

red 105 ◦ green 88 ◦ blue 2

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

Shades of Raw Umber #695802

Tints of Raw Umber #695802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.13%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 53.85%
G = 45.13%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#695802 (or 0x695802) is known color: Raw Umber. HEX triplet: 69, 58 and 02. RGB value is (105,88,2). Sum of RGB (Red+Green+Blue) = 105+88+2=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #695802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695802 is #96A7FD. Grayscale: #535353. Windows color (decimal): -9873406 or 153705. OLE color: 153705.

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

Color convert

RGB 105 88 2 -
CMYK 0 0.16 0.98 0.59
HSL 50.1º 0.96% 0.21% -
HSV(B) 50.1º 0.98% 0.41% -
XYZ 9.33 9.99 1.49 -
YUV 83.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 105 88 2 0 0.16 0.98 0.59 50.1 0.96 0.21
Hex 69 58 2 0 10 62 3B 32 60 15
Octal 151 130 2 0 20 142 73 62 140 25
Binary 1101001 1011000 10 0 10000 1100010 111011 110010 1100000 10101

Color Harmonies of #695802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695802

Black with #695802

Text Example


Text Example

White with #695802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695802; }

 p { color: rgb(105,88,2); }

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

background-color css

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

 a { background-color: rgb(105,88,2); }

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

border-color css

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

 span { border-color: rgb(105,88,2); }

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