Html Css Color HEX #695504 Raw Umber

📋 copy color: '#695504'

red 105 ◦ green 85 ◦ blue 4

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

Shades of Raw Umber #695504

Tints of Raw Umber #695504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 54.12%
G = 43.81%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#695504 (or 0x695504) is known color: Raw Umber. HEX triplet: 69, 55 and 04. RGB value is (105,85,4). Sum of RGB (Red+Green+Blue) = 105+85+4=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #695504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695504 is #96AAFB. Grayscale: #525252. Windows color (decimal): -9874172 or 284009. OLE color: 284009.

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

Color convert

RGB 105 85 4 -
CMYK 0 0.19 0.96 0.59
HSL 48.12º 0.93% 0.21% -
HSV(B) 48.12º 0.96% 0.41% -
XYZ 9.1 9.51 1.47 -
YUV 81.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 105 85 4 0 0.19 0.96 0.59 48.12 0.93 0.21
Hex 69 55 4 0 13 60 3B 30 5D 15
Octal 151 125 4 0 23 140 73 60 135 25
Binary 1101001 1010101 100 0 10011 1100000 111011 110000 1011101 10101

Color Harmonies of #695504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695504

Black with #695504

Text Example


Text Example

White with #695504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695504; }

 p { color: rgb(105,85,4); }

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

background-color css

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

 a { background-color: rgb(105,85,4); }

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

border-color css

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

 span { border-color: rgb(105,85,4); }

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