Html Css Color HEX #695400 Raw Umber

📋 copy color: '#695400'

red 105 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #695400

Tints of Raw Umber #695400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#695400 (or 0x695400) is known color: Raw Umber. HEX triplet: 69, 54 and 00. RGB value is (105,84,0). Sum of RGB (Red+Green+Blue) = 105+84+0=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #695400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695400 is #96ABFF. Grayscale: #515151. Windows color (decimal): -9874432 or 21609. OLE color: 21609.

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

Color convert

RGB 105 84 0 -
CMYK 0 0.20 1 0.59
HSL 48º 1% 0.21% -
HSV(B) 48º 1% 0.41% -
XYZ 9 9.34 1.33 -
YUV 80.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 105 84 0 0 0.20 1 0.59 48 1 0.21
Hex 69 54 0 0 14 64 3B 30 64 15
Octal 151 124 0 0 24 144 73 60 144 25
Binary 1101001 1010100 0 0 10100 1100100 111011 110000 1100100 10101

Color Harmonies of #695400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695400

Black with #695400

Text Example


Text Example

White with #695400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695400; }

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

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

background-color css

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

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

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

border-color css

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

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

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