Html Css Color HEX #693B0D Raw Umber

📋 copy color: '#693B0D'

red 105 ◦ green 59 ◦ blue 13

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

Shades of Raw Umber #693B0D

Tints of Raw Umber #693B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.33%

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 59.32%
G = 33.33%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#693B0D (or 0x693B0D) is known color: Raw Umber. HEX triplet: 69, 3B and 0D. RGB value is (105,59,13). Sum of RGB (Red+Green+Blue) = 105+59+13=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #693B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693B0D is #96C4F2. Grayscale: #434343. Windows color (decimal): -9880819 or 867177. OLE color: 867177.

HSL color Cylindrical-coordinate representation of color #693B0D: hue angle of 30º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #693B0D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 59 13 -
CMYK 0 0.44 0.88 0.59
HSL 30º 0.78% 0.23% -
HSV(B) 30º 0.88% 0.41% -
XYZ 7.46 6.16 1.18 -
YUV 67.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 105 59 13 0 0.44 0.88 0.59 30 0.78 0.23
Hex 69 3B D 0 2C 58 3B 1E 4E 17
Octal 151 73 15 0 54 130 73 36 116 27
Binary 1101001 111011 1101 0 101100 1011000 111011 11110 1001110 10111

Color Harmonies of #693B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B0D

Black with #693B0D

Text Example


Text Example

White with #693B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,59,13); }

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

background-color css

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

 a { background-color: rgb(105,59,13); }

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

border-color css

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

 span { border-color: rgb(105,59,13); }

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