Html Css Color HEX #694D19 Raw Umber

📋 copy color: '#694D19'

red 105 ◦ green 77 ◦ blue 25

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

Shades of Raw Umber #694D19

Tints of Raw Umber #694D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.2%

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 50.72%
G = 37.2%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#694D19 (or 0x694D19) is known color: Raw Umber. HEX triplet: 69, 4D and 19. RGB value is (105,77,25). Sum of RGB (Red+Green+Blue) = 105+77+25=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #694D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D19 is #96B2E6. Grayscale: #4F4F4F. Windows color (decimal): -9876199 or 1658217. OLE color: 1658217.

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

Color convert

RGB 105 77 25 -
CMYK 0 0.27 0.76 0.59
HSL 39º 0.62% 0.25% -
HSV(B) 39º 0.76% 0.41% -
XYZ 8.66 8.38 2.08 -
YUV 79.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 105 77 25 0 0.27 0.76 0.59 39 0.62 0.25
Hex 69 4D 19 0 1B 4C 3B 27 3E 19
Octal 151 115 31 0 33 114 73 47 76 31
Binary 1101001 1001101 11001 0 11011 1001100 111011 100111 111110 11001

Color Harmonies of #694D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D19

Black with #694D19

Text Example


Text Example

White with #694D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,77,25); }

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

background-color css

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

 a { background-color: rgb(105,77,25); }

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

border-color css

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

 span { border-color: rgb(105,77,25); }

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