Html Css Color HEX #695801 Raw Umber

📋 copy color: '#695801'

red 105 ◦ green 88 ◦ blue 1

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

Shades of Raw Umber #695801

Tints of Raw Umber #695801

RGB

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

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

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

R = 54.12%
G = 45.36%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#695801 (or 0x695801) is known color: Raw Umber. HEX triplet: 69, 58 and 01. RGB value is (105,88,1). Sum of RGB (Red+Green+Blue) = 105+88+1=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #695801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695801 is #96A7FE. Grayscale: #535353. Windows color (decimal): -9873407 or 88169. OLE color: 88169.

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

Color convert

RGB 105 88 1 -
CMYK 0 0.16 0.99 0.59
HSL 50.19º 0.98% 0.21% -
HSV(B) 50.19º 0.99% 0.41% -
XYZ 9.32 9.98 1.46 -
YUV 83.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 105 88 1 0 0.16 0.99 0.59 50.19 0.98 0.21
Hex 69 58 1 0 10 63 3B 32 62 15
Octal 151 130 1 0 20 143 73 62 142 25
Binary 1101001 1011000 1 0 10000 1100011 111011 110010 1100010 10101

Color Harmonies of #695801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695801

Black with #695801

Text Example


Text Example

White with #695801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695801; }

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

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

background-color css

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

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

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

border-color css

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

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

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