Html Css Color HEX #695E04 Raw Umber

📋 copy color: '#695E04'

red 105 ◦ green 94 ◦ blue 4

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

Shades of Raw Umber #695E04

Tints of Raw Umber #695E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.31%

 BLUE value IS 4 (1.95% from 255) = 1.97%

R = 51.72%
G = 46.31%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#695E04 (or 0x695E04) is known color: Raw Umber. HEX triplet: 69, 5E and 04. RGB value is (105,94,4). Sum of RGB (Red+Green+Blue) = 105+94+4=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #695E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E04 is #96A1FB. Grayscale: #575757. Windows color (decimal): -9871868 or 286313. OLE color: 286313.

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

Color convert

RGB 105 94 4 -
CMYK 0 0.10 0.96 0.59
HSL 53.47º 0.93% 0.21% -
HSV(B) 53.47º 0.96% 0.41% -
XYZ 9.85 11.02 1.72 -
YUV 87.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 105 94 4 0 0.10 0.96 0.59 53.47 0.93 0.21
Hex 69 5E 4 0 A 60 3B 35 5D 15
Octal 151 136 4 0 12 140 73 65 135 25
Binary 1101001 1011110 100 0 1010 1100000 111011 110101 1011101 10101

Color Harmonies of #695E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E04

Black with #695E04

Text Example


Text Example

White with #695E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,4); }

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

background-color css

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

 a { background-color: rgb(105,94,4); }

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

border-color css

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

 span { border-color: rgb(105,94,4); }

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