Html Css Color HEX #694304 Raw Umber

📋 copy color: '#694304'

red 105 ◦ green 67 ◦ blue 4

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

Shades of Raw Umber #694304

Tints of Raw Umber #694304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.07%

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

R = 59.66%
G = 38.07%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#694304 (or 0x694304) is known color: Raw Umber. HEX triplet: 69, 43 and 04. RGB value is (105,67,4). Sum of RGB (Red+Green+Blue) = 105+67+4=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #694304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694304 is #96BCFB. Grayscale: #474747. Windows color (decimal): -9878780 or 279401. OLE color: 279401.

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

Color convert

RGB 105 67 4 -
CMYK 0 0.36 0.96 0.59
HSL 37.43º 0.93% 0.21% -
HSV(B) 37.43º 0.96% 0.41% -
XYZ 7.85 7.03 1.06 -
YUV 71.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 105 67 4 0 0.36 0.96 0.59 37.43 0.93 0.21
Hex 69 43 4 0 24 60 3B 25 5D 15
Octal 151 103 4 0 44 140 73 45 135 25
Binary 1101001 1000011 100 0 100100 1100000 111011 100101 1011101 10101

Color Harmonies of #694304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694304

Black with #694304

Text Example


Text Example

White with #694304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694304; }

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

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

background-color css

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

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

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

border-color css

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

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

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