Html Css Color HEX #693F11 Raw Umber

📋 copy color: '#693F11'

red 105 ◦ green 63 ◦ blue 17

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

Shades of Raw Umber #693F11

Tints of Raw Umber #693F11

RGB

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

 GREEN value IS 63 (25% from 255) = 34.05%

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 56.76%
G = 34.05%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#693F11 (or 0x693F11) is known color: Raw Umber. HEX triplet: 69, 3F and 11. RGB value is (105,63,17). Sum of RGB (Red+Green+Blue) = 105+63+17=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #693F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F11 is #96C0EE. Grayscale: #464646. Windows color (decimal): -9879791 or 1130345. OLE color: 1130345.

HSL color Cylindrical-coordinate representation of color #693F11: hue angle of 31.36º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #693F11 is Cyan = 0, Magento = 0.4, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 63 17 -
CMYK 0 0.4 0.84 0.59
HSL 31.36º 0.72% 0.24% -
HSV(B) 31.36º 0.84% 0.41% -
XYZ 7.7 6.6 1.4 -
YUV 70.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 105 63 17 0 0.4 0.84 0.59 31.36 0.72 0.24
Hex 69 3F 11 0 28 54 3B 1F 48 18
Octal 151 77 21 0 50 124 73 37 110 30
Binary 1101001 111111 10001 0 101000 1010100 111011 11111 1001000 11000

Color Harmonies of #693F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F11

Black with #693F11

Text Example


Text Example

White with #693F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693F11; }

 p { color: rgb(105,63,17); }

 H1.HeaderClassName
 {
   color: #693F11;
 }
 .AnyTagClassName
 {
   color: #693F11;
 }
</style>

background-color css

<style>
 a { background-color: #693F11; }

 a { background-color: rgb(105,63,17); }

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

border-color css

<style>
 span { border-color: #693F11; }

 span { border-color: rgb(105,63,17); }

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