Html Css Color HEX #693D10 Raw Umber

📋 copy color: '#693D10'

red 105 ◦ green 61 ◦ blue 16

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

Shades of Raw Umber #693D10

Tints of Raw Umber #693D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

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

R = 57.69%
G = 33.52%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#693D10 (or 0x693D10) is known color: Raw Umber. HEX triplet: 69, 3D and 10. RGB value is (105,61,16). Sum of RGB (Red+Green+Blue) = 105+61+16=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #693D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D10 is #96C2EF. Grayscale: #454545. Windows color (decimal): -9880304 or 1064297. OLE color: 1064297.

HSL color Cylindrical-coordinate representation of color #693D10: hue angle of 30.34º 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 #693D10 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 61 16 -
CMYK 0 0.42 0.85 0.59
HSL 30.34º 0.74% 0.24% -
HSV(B) 30.34º 0.85% 0.41% -
XYZ 7.59 6.38 1.32 -
YUV 69.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 105 61 16 0 0.42 0.85 0.59 30.34 0.74 0.24
Hex 69 3D 10 0 2A 55 3B 1E 4A 18
Octal 151 75 20 0 52 125 73 36 112 30
Binary 1101001 111101 10000 0 101010 1010101 111011 11110 1001010 11000

Color Harmonies of #693D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D10

Black with #693D10

Text Example


Text Example

White with #693D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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