Html Css Color HEX #695103 Raw Umber

📋 copy color: '#695103'

red 105 ◦ green 81 ◦ blue 3

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

Shades of Raw Umber #695103

Tints of Raw Umber #695103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.59%

R = 55.56%
G = 42.86%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#695103 (or 0x695103) is known color: Raw Umber. HEX triplet: 69, 51 and 03. RGB value is (105,81,3). Sum of RGB (Red+Green+Blue) = 105+81+3=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #695103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695103 is #96AEFC. Grayscale: #4F4F4F. Windows color (decimal): -9875197 or 217449. OLE color: 217449.

HSL color Cylindrical-coordinate representation of color #695103: hue angle of 45.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #695103 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 81 3 -
CMYK 0 0.23 0.97 0.59
HSL 45.88º 0.94% 0.21% -
HSV(B) 45.88º 0.97% 0.41% -
XYZ 8.78 8.89 1.34 -
YUV 79.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 105 81 3 0 0.23 0.97 0.59 45.88 0.94 0.21
Hex 69 51 3 0 17 61 3B 2E 5E 15
Octal 151 121 3 0 27 141 73 56 136 25
Binary 1101001 1010001 11 0 10111 1100001 111011 101110 1011110 10101

Color Harmonies of #695103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695103

Black with #695103

Text Example


Text Example

White with #695103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695103; }

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

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

background-color css

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

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

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

border-color css

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

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

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