Html Css Color HEX #694B14 Raw Umber

📋 copy color: '#694B14'

red 105 ◦ green 75 ◦ blue 20

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

Shades of Raw Umber #694B14

Tints of Raw Umber #694B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.5%

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

R = 52.5%
G = 37.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#694B14 (or 0x694B14) is known color: Raw Umber. HEX triplet: 69, 4B and 14. RGB value is (105,75,20). Sum of RGB (Red+Green+Blue) = 105+75+20=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #694B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B14 is #96B4EB. Grayscale: #4D4D4D. Windows color (decimal): -9876716 or 1330025. OLE color: 1330025.

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

Color convert

RGB 105 75 20 -
CMYK 0 0.29 0.81 0.59
HSL 38.82º 0.68% 0.25% -
HSV(B) 38.82º 0.81% 0.41% -
XYZ 8.47 8.09 1.78 -
YUV 77.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 105 75 20 0 0.29 0.81 0.59 38.82 0.68 0.25
Hex 69 4B 14 0 1D 51 3B 27 44 19
Octal 151 113 24 0 35 121 73 47 104 31
Binary 1101001 1001011 10100 0 11101 1010001 111011 100111 1000100 11001

Color Harmonies of #694B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694B14

Black with #694B14

Text Example


Text Example

White with #694B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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