Html Css Color HEX #694104 Raw Umber

📋 copy color: '#694104'

red 105 ◦ green 65 ◦ blue 4

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

Shades of Raw Umber #694104

Tints of Raw Umber #694104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

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

R = 60.34%
G = 37.36%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#694104 (or 0x694104) is known color: Raw Umber. HEX triplet: 69, 41 and 04. RGB value is (105,65,4). Sum of RGB (Red+Green+Blue) = 105+65+4=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #694104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694104 is #96BEFB. Grayscale: #464646. Windows color (decimal): -9879292 or 278889. OLE color: 278889.

HSL color Cylindrical-coordinate representation of color #694104: hue angle of 36.24º 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 #694104 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 4 -
CMYK 0 0.38 0.96 0.59
HSL 36.24º 0.93% 0.21% -
HSV(B) 36.24º 0.96% 0.41% -
XYZ 7.74 6.79 1.02 -
YUV 70.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 105 65 4 0 0.38 0.96 0.59 36.24 0.93 0.21
Hex 69 41 4 0 26 60 3B 24 5D 15
Octal 151 101 4 0 46 140 73 44 135 25
Binary 1101001 1000001 100 0 100110 1100000 111011 100100 1011101 10101

Color Harmonies of #694104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694104

Black with #694104

Text Example


Text Example

White with #694104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694104; }

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

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

background-color css

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

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

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

border-color css

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

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

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