Html Css Color HEX #695001 Raw Umber

📋 copy color: '#695001'

red 105 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #695001

Tints of Raw Umber #695001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

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

R = 56.45%
G = 43.01%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#695001 (or 0x695001) is known color: Raw Umber. HEX triplet: 69, 50 and 01. RGB value is (105,80,1). Sum of RGB (Red+Green+Blue) = 105+80+1=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #695001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695001 is #96AFFE. Grayscale: #4E4E4E. Windows color (decimal): -9875455 or 86121. OLE color: 86121.

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

Color convert

RGB 105 80 1 -
CMYK 0 0.24 0.99 0.59
HSL 45.58º 0.98% 0.21% -
HSV(B) 45.58º 0.99% 0.41% -
XYZ 8.7 8.74 1.26 -
YUV 78.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 105 80 1 0 0.24 0.99 0.59 45.58 0.98 0.21
Hex 69 50 1 0 18 63 3B 2E 62 15
Octal 151 120 1 0 30 143 73 56 142 25
Binary 1101001 1010000 1 0 11000 1100011 111011 101110 1100010 10101

Color Harmonies of #695001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695001

Black with #695001

Text Example


Text Example

White with #695001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695001; }

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

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

background-color css

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

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

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

border-color css

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

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

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