Html Css Color HEX #695D00 Raw Umber

📋 copy color: '#695D00'

red 105 ◦ green 93 ◦ blue 0

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

Shades of Raw Umber #695D00

Tints of Raw Umber #695D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.97%

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

R = 53.03%
G = 46.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#695D00 (or 0x695D00) is known color: Raw Umber. HEX triplet: 69, 5D and 00. RGB value is (105,93,0). Sum of RGB (Red+Green+Blue) = 105+93+0=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #695D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D00 is #96A2FF. Grayscale: #565656. Windows color (decimal): -9872128 or 23913. OLE color: 23913.

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

Color convert

RGB 105 93 0 -
CMYK 0 0.11 1 0.59
HSL 53.14º 1% 0.21% -
HSV(B) 53.14º 1% 0.41% -
XYZ 9.74 10.83 1.58 -
YUV 85.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 105 93 0 0 0.11 1 0.59 53.14 1 0.21
Hex 69 5D 0 0 B 64 3B 35 64 15
Octal 151 135 0 0 13 144 73 65 144 25
Binary 1101001 1011101 0 0 1011 1100100 111011 110101 1100100 10101

Color Harmonies of #695D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D00

Black with #695D00

Text Example


Text Example

White with #695D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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