Html Css Color HEX #695419 Raw Umber

📋 copy color: '#695419'

red 105 ◦ green 84 ◦ blue 25

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

Shades of Raw Umber #695419

Tints of Raw Umber #695419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.25%

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 49.07%
G = 39.25%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#695419 (or 0x695419) is known color: Raw Umber. HEX triplet: 69, 54 and 19. RGB value is (105,84,25). Sum of RGB (Red+Green+Blue) = 105+84+25=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #695419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695419 is #96ABE6. Grayscale: #535353. Windows color (decimal): -9874407 or 1660009. OLE color: 1660009.

HSL color Cylindrical-coordinate representation of color #695419: hue angle of 44.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #695419 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 84 25 -
CMYK 0 0.20 0.76 0.59
HSL 44.25º 0.62% 0.25% -
HSV(B) 44.25º 0.76% 0.41% -
XYZ 9.17 9.41 2.25 -
YUV 83.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 105 84 25 0 0.20 0.76 0.59 44.25 0.62 0.25
Hex 69 54 19 0 14 4C 3B 2C 3E 19
Octal 151 124 31 0 24 114 73 54 76 31
Binary 1101001 1010100 11001 0 10100 1001100 111011 101100 111110 11001

Color Harmonies of #695419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695419

Black with #695419

Text Example


Text Example

White with #695419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695419; }

 p { color: rgb(105,84,25); }

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

background-color css

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

 a { background-color: rgb(105,84,25); }

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

border-color css

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

 span { border-color: rgb(105,84,25); }

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