Html Css Color HEX #695102 Raw Umber

📋 copy color: '#695102'

red 105 ◦ green 81 ◦ blue 2

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

Shades of Raw Umber #695102

Tints of Raw Umber #695102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

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

R = 55.85%
G = 43.09%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#695102 (or 0x695102) is known color: Raw Umber. HEX triplet: 69, 51 and 02. RGB value is (105,81,2). Sum of RGB (Red+Green+Blue) = 105+81+2=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #695102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695102 is #96AEFD. Grayscale: #4F4F4F. Windows color (decimal): -9875198 or 151913. OLE color: 151913.

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

Color convert

RGB 105 81 2 -
CMYK 0 0.23 0.98 0.59
HSL 46.02º 0.96% 0.21% -
HSV(B) 46.02º 0.98% 0.41% -
XYZ 8.78 8.89 1.31 -
YUV 79.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 105 81 2 0 0.23 0.98 0.59 46.02 0.96 0.21
Hex 69 51 2 0 17 62 3B 2E 60 15
Octal 151 121 2 0 27 142 73 56 140 25
Binary 1101001 1010001 10 0 10111 1100010 111011 101110 1100000 10101

Color Harmonies of #695102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695102

Black with #695102

Text Example


Text Example

White with #695102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695102; }

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

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

background-color css

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

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

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

border-color css

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

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

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