Html Css Color HEX #695105 Raw Umber

📋 copy color: '#695105'

red 105 ◦ green 81 ◦ blue 5

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

Shades of Raw Umber #695105

Tints of Raw Umber #695105

RGB

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

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

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

R = 54.97%
G = 42.41%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#695105 (or 0x695105) is known color: Raw Umber. HEX triplet: 69, 51 and 05. RGB value is (105,81,5). Sum of RGB (Red+Green+Blue) = 105+81+5=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #695105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695105 is #96AEFA. Grayscale: #4F4F4F. Windows color (decimal): -9875195 or 348521. OLE color: 348521.

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

Color convert

RGB 105 81 5 -
CMYK 0 0.23 0.95 0.59
HSL 45.6º 0.91% 0.22% -
HSV(B) 45.6º 0.95% 0.41% -
XYZ 8.8 8.9 1.4 -
YUV 79.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 105 81 5 0 0.23 0.95 0.59 45.6 0.91 0.22
Hex 69 51 5 0 17 5F 3B 2E 5B 16
Octal 151 121 5 0 27 137 73 56 133 26
Binary 1101001 1010001 101 0 10111 1011111 111011 101110 1011011 10110

Color Harmonies of #695105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695105

Black with #695105

Text Example


Text Example

White with #695105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695105; }

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

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

background-color css

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

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

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

border-color css

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

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

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