Html Css Color HEX #693F0D Raw Umber

📋 copy color: '#693F0D'

red 105 ◦ green 63 ◦ blue 13

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

Shades of Raw Umber #693F0D

Tints of Raw Umber #693F0D

RGB

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

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

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

R = 58.01%
G = 34.81%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#693F0D (or 0x693F0D) is known color: Raw Umber. HEX triplet: 69, 3F and 0D. RGB value is (105,63,13). Sum of RGB (Red+Green+Blue) = 105+63+13=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #693F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F0D is #96C0F2. Grayscale: #464646. Windows color (decimal): -9879795 or 868201. OLE color: 868201.

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

Color convert

RGB 105 63 13 -
CMYK 0 0.4 0.88 0.59
HSL 32.61º 0.78% 0.23% -
HSV(B) 32.61º 0.88% 0.41% -
XYZ 7.68 6.59 1.25 -
YUV 69.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 105 63 13 0 0.4 0.88 0.59 32.61 0.78 0.23
Hex 69 3F D 0 28 58 3B 21 4E 17
Octal 151 77 15 0 50 130 73 41 116 27
Binary 1101001 111111 1101 0 101000 1011000 111011 100001 1001110 10111

Color Harmonies of #693F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F0D

Black with #693F0D

Text Example


Text Example

White with #693F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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