Html Css Color HEX #695702 Raw Umber

📋 copy color: '#695702'

red 105 ◦ green 87 ◦ blue 2

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

Shades of Raw Umber #695702

Tints of Raw Umber #695702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.85%

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

R = 54.12%
G = 44.85%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#695702 (or 0x695702) is known color: Raw Umber. HEX triplet: 69, 57 and 02. RGB value is (105,87,2). Sum of RGB (Red+Green+Blue) = 105+87+2=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #695702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695702 is #96A8FD. Grayscale: #535353. Windows color (decimal): -9873662 or 153449. OLE color: 153449.

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

Color convert

RGB 105 87 2 -
CMYK 0 0.17 0.98 0.59
HSL 49.51º 0.96% 0.21% -
HSV(B) 49.51º 0.98% 0.41% -
XYZ 9.24 9.82 1.47 -
YUV 82.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 105 87 2 0 0.17 0.98 0.59 49.51 0.96 0.21
Hex 69 57 2 0 11 62 3B 32 60 15
Octal 151 127 2 0 21 142 73 62 140 25
Binary 1101001 1010111 10 0 10001 1100010 111011 110010 1100000 10101

Color Harmonies of #695702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695702

Black with #695702

Text Example


Text Example

White with #695702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695702; }

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

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

background-color css

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

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

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

border-color css

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

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

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