Html Css Color HEX #694805 Raw Umber

📋 copy color: '#694805'

red 105 ◦ green 72 ◦ blue 5

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

Shades of Raw Umber #694805

Tints of Raw Umber #694805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 57.69%
G = 39.56%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#694805 (or 0x694805) is known color: Raw Umber. HEX triplet: 69, 48 and 05. RGB value is (105,72,5). Sum of RGB (Red+Green+Blue) = 105+72+5=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #694805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694805 is #96B7FA. Grayscale: #4A4A4A. Windows color (decimal): -9877499 or 346217. OLE color: 346217.

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

Color convert

RGB 105 72 5 -
CMYK 0 0.31 0.95 0.59
HSL 40.2º 0.91% 0.22% -
HSV(B) 40.2º 0.95% 0.41% -
XYZ 8.17 7.65 1.19 -
YUV 74.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 105 72 5 0 0.31 0.95 0.59 40.2 0.91 0.22
Hex 69 48 5 0 1F 5F 3B 28 5B 16
Octal 151 110 5 0 37 137 73 50 133 26
Binary 1101001 1001000 101 0 11111 1011111 111011 101000 1011011 10110

Color Harmonies of #694805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694805

Black with #694805

Text Example


Text Example

White with #694805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694805; }

 p { color: rgb(105,72,5); }

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

background-color css

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

 a { background-color: rgb(105,72,5); }

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

border-color css

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

 span { border-color: rgb(105,72,5); }

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