Html Css Color HEX #694F18 Raw Umber

📋 copy color: '#694F18'

red 105 ◦ green 79 ◦ blue 24

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

Shades of Raw Umber #694F18

Tints of Raw Umber #694F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.98%

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 50.48%
G = 37.98%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#694F18 (or 0x694F18) is known color: Raw Umber. HEX triplet: 69, 4F and 18. RGB value is (105,79,24). Sum of RGB (Red+Green+Blue) = 105+79+24=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #694F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694F18 is #96B0E7. Grayscale: #505050. Windows color (decimal): -9875688 or 1593193. OLE color: 1593193.

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

Color convert

RGB 105 79 24 -
CMYK 0 0.25 0.77 0.59
HSL 40.74º 0.63% 0.25% -
HSV(B) 40.74º 0.77% 0.41% -
XYZ 8.79 8.66 2.07 -
YUV 80.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 105 79 24 0 0.25 0.77 0.59 40.74 0.63 0.25
Hex 69 4F 18 0 19 4D 3B 29 3F 19
Octal 151 117 30 0 31 115 73 51 77 31
Binary 1101001 1001111 11000 0 11001 1001101 111011 101001 111111 11001

Color Harmonies of #694F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694F18

Black with #694F18

Text Example


Text Example

White with #694F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,79,24); }

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

background-color css

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

 a { background-color: rgb(105,79,24); }

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

border-color css

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

 span { border-color: rgb(105,79,24); }

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