Html Css Color HEX #695201 Raw Umber

📋 copy color: '#695201'

red 105 ◦ green 82 ◦ blue 1

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

Shades of Raw Umber #695201

Tints of Raw Umber #695201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 55.85%
G = 43.62%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#695201 (or 0x695201) is known color: Raw Umber. HEX triplet: 69, 52 and 01. RGB value is (105,82,1). Sum of RGB (Red+Green+Blue) = 105+82+1=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #695201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695201 is #96ADFE. Grayscale: #4F4F4F. Windows color (decimal): -9874943 or 86633. OLE color: 86633.

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

Color convert

RGB 105 82 1 -
CMYK 0 0.22 0.99 0.59
HSL 46.73º 0.98% 0.21% -
HSV(B) 46.73º 0.99% 0.41% -
XYZ 8.85 9.04 1.31 -
YUV 79.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 105 82 1 0 0.22 0.99 0.59 46.73 0.98 0.21
Hex 69 52 1 0 16 63 3B 2F 62 15
Octal 151 122 1 0 26 143 73 57 142 25
Binary 1101001 1010010 1 0 10110 1100011 111011 101111 1100010 10101

Color Harmonies of #695201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695201

Black with #695201

Text Example


Text Example

White with #695201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695201; }

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

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

background-color css

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

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

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

border-color css

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

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

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