Html Css Color HEX #694C14 Raw Umber

📋 copy color: '#694C14'

red 105 ◦ green 76 ◦ blue 20

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

Shades of Raw Umber #694C14

Tints of Raw Umber #694C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 52.24%
G = 37.81%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#694C14 (or 0x694C14) is known color: Raw Umber. HEX triplet: 69, 4C and 14. RGB value is (105,76,20). Sum of RGB (Red+Green+Blue) = 105+76+20=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #694C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C14 is #96B3EB. Grayscale: #4E4E4E. Windows color (decimal): -9876460 or 1330281. OLE color: 1330281.

HSL color Cylindrical-coordinate representation of color #694C14: hue angle of 39.53º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #694C14 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 76 20 -
CMYK 0 0.28 0.81 0.59
HSL 39.53º 0.68% 0.25% -
HSV(B) 39.53º 0.81% 0.41% -
XYZ 8.54 8.22 1.8 -
YUV 78.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 105 76 20 0 0.28 0.81 0.59 39.53 0.68 0.25
Hex 69 4C 14 0 1C 51 3B 28 44 19
Octal 151 114 24 0 34 121 73 50 104 31
Binary 1101001 1001100 10100 0 11100 1010001 111011 101000 1000100 11001

Color Harmonies of #694C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C14

Black with #694C14

Text Example


Text Example

White with #694C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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