Html Css Color HEX #695000 Raw Umber

📋 copy color: '#695000'

red 105 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #695000

Tints of Raw Umber #695000

RGB

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

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

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

R = 56.76%
G = 43.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#695000 (or 0x695000) is known color: Raw Umber. HEX triplet: 69, 50 and 00. RGB value is (105,80,0). Sum of RGB (Red+Green+Blue) = 105+80+0=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #695000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695000 is #96AFFF. Grayscale: #4E4E4E. Windows color (decimal): -9875456 or 20585. OLE color: 20585.

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

Color convert

RGB 105 80 0 -
CMYK 0 0.24 1 0.59
HSL 45.71º 1% 0.21% -
HSV(B) 45.71º 1% 0.41% -
XYZ 8.69 8.74 1.23 -
YUV 78.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 105 80 0 0 0.24 1 0.59 45.71 1 0.21
Hex 69 50 0 0 18 64 3B 2E 64 15
Octal 151 120 0 0 30 144 73 56 144 25
Binary 1101001 1010000 0 0 11000 1100100 111011 101110 1100100 10101

Color Harmonies of #695000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695000

Black with #695000

Text Example


Text Example

White with #695000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695000; }

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

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

background-color css

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

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

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

border-color css

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

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

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