Html Css Color HEX #693F10 Raw Umber

📋 copy color: '#693F10'

red 105 ◦ green 63 ◦ blue 16

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

Shades of Raw Umber #693F10

Tints of Raw Umber #693F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 57.07%
G = 34.24%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#693F10 (or 0x693F10) is known color: Raw Umber. HEX triplet: 69, 3F and 10. RGB value is (105,63,16). Sum of RGB (Red+Green+Blue) = 105+63+16=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #693F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F10 is #96C0EF. Grayscale: #464646. Windows color (decimal): -9879792 or 1064809. OLE color: 1064809.

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

Color convert

RGB 105 63 16 -
CMYK 0 0.4 0.85 0.59
HSL 31.69º 0.74% 0.24% -
HSV(B) 31.69º 0.85% 0.41% -
XYZ 7.7 6.6 1.36 -
YUV 70.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 105 63 16 0 0.4 0.85 0.59 31.69 0.74 0.24
Hex 69 3F 10 0 28 55 3B 20 4A 18
Octal 151 77 20 0 50 125 73 40 112 30
Binary 1101001 111111 10000 0 101000 1010101 111011 100000 1001010 11000

Color Harmonies of #693F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F10

Black with #693F10

Text Example


Text Example

White with #693F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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