Html Css Color HEX #695100 Raw Umber

📋 copy color: '#695100'

red 105 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #695100

Tints of Raw Umber #695100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.45%
G = 43.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#695100 (or 0x695100) is known color: Raw Umber. HEX triplet: 69, 51 and 00. RGB value is (105,81,0). Sum of RGB (Red+Green+Blue) = 105+81+0=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #695100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695100 is #96AEFF. Grayscale: #4F4F4F. Windows color (decimal): -9875200 or 20841. OLE color: 20841.

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

Color convert

RGB 105 81 0 -
CMYK 0 0.23 1 0.59
HSL 46.29º 1% 0.21% -
HSV(B) 46.29º 1% 0.41% -
XYZ 8.77 8.89 1.25 -
YUV 78.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 105 81 0 0 0.23 1 0.59 46.29 1 0.21
Hex 69 51 0 0 17 64 3B 2E 64 15
Octal 151 121 0 0 27 144 73 56 144 25
Binary 1101001 1010001 0 0 10111 1100100 111011 101110 1100100 10101

Color Harmonies of #695100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695100

Black with #695100

Text Example


Text Example

White with #695100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695100; }

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

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

background-color css

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

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

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

border-color css

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

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

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