Html Css Color HEX #694C04 Raw Umber

📋 copy color: '#694C04'

red 105 ◦ green 76 ◦ blue 4

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

Shades of Raw Umber #694C04

Tints of Raw Umber #694C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.08%

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

R = 56.76%
G = 41.08%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#694C04 (or 0x694C04) is known color: Raw Umber. HEX triplet: 69, 4C and 04. RGB value is (105,76,4). Sum of RGB (Red+Green+Blue) = 105+76+4=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #694C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C04 is #96B3FB. Grayscale: #4C4C4C. Windows color (decimal): -9876476 or 281705. OLE color: 281705.

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

Color convert

RGB 105 76 4 -
CMYK 0 0.28 0.96 0.59
HSL 42.77º 0.93% 0.21% -
HSV(B) 42.77º 0.96% 0.41% -
XYZ 8.43 8.18 1.25 -
YUV 76.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 105 76 4 0 0.28 0.96 0.59 42.77 0.93 0.21
Hex 69 4C 4 0 1C 60 3B 2B 5D 15
Octal 151 114 4 0 34 140 73 53 135 25
Binary 1101001 1001100 100 0 11100 1100000 111011 101011 1011101 10101

Color Harmonies of #694C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C04

Black with #694C04

Text Example


Text Example

White with #694C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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