Html Css Color HEX #695407 Raw Umber

📋 copy color: '#695407'

red 105 ◦ green 84 ◦ blue 7

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

Shades of Raw Umber #695407

Tints of Raw Umber #695407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.57%

R = 53.57%
G = 42.86%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#695407 (or 0x695407) is known color: Raw Umber. HEX triplet: 69, 54 and 07. RGB value is (105,84,7). Sum of RGB (Red+Green+Blue) = 105+84+7=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #695407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695407 is #96ABF8. Grayscale: #515151. Windows color (decimal): -9874425 or 480361. OLE color: 480361.

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

Color convert

RGB 105 84 7 -
CMYK 0 0.20 0.93 0.59
HSL 47.14º 0.88% 0.22% -
HSV(B) 47.14º 0.93% 0.41% -
XYZ 9.03 9.36 1.53 -
YUV 81.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 105 84 7 0 0.20 0.93 0.59 47.14 0.88 0.22
Hex 69 54 7 0 14 5D 3B 2F 58 16
Octal 151 124 7 0 24 135 73 57 130 26
Binary 1101001 1010100 111 0 10100 1011101 111011 101111 1011000 10110

Color Harmonies of #695407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695407

Black with #695407

Text Example


Text Example

White with #695407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695407; }

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

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

background-color css

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

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

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

border-color css

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

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

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