Html Css Color HEX #695E05 Raw Umber

📋 copy color: '#695E05'

red 105 ◦ green 94 ◦ blue 5

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

Shades of Raw Umber #695E05

Tints of Raw Umber #695E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 51.47%
G = 46.08%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#695E05 (or 0x695E05) is known color: Raw Umber. HEX triplet: 69, 5E and 05. RGB value is (105,94,5). Sum of RGB (Red+Green+Blue) = 105+94+5=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #695E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E05 is #96A1FA. Grayscale: #575757. Windows color (decimal): -9871867 or 351849. OLE color: 351849.

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

Color convert

RGB 105 94 5 -
CMYK 0 0.10 0.95 0.59
HSL 53.4º 0.91% 0.22% -
HSV(B) 53.4º 0.95% 0.41% -
XYZ 9.86 11.02 1.75 -
YUV 87.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 105 94 5 0 0.10 0.95 0.59 53.4 0.91 0.22
Hex 69 5E 5 0 A 5F 3B 35 5B 16
Octal 151 136 5 0 12 137 73 65 133 26
Binary 1101001 1011110 101 0 1010 1011111 111011 110101 1011011 10110

Color Harmonies of #695E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E05

Black with #695E05

Text Example


Text Example

White with #695E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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