Html Css Color HEX #693C0D Raw Umber

📋 copy color: '#693C0D'

red 105 ◦ green 60 ◦ blue 13

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

Shades of Raw Umber #693C0D

Tints of Raw Umber #693C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.71%

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

R = 58.99%
G = 33.71%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#693C0D (or 0x693C0D) is known color: Raw Umber. HEX triplet: 69, 3C and 0D. RGB value is (105,60,13). Sum of RGB (Red+Green+Blue) = 105+60+13=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #693C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C0D is #96C3F2. Grayscale: #444444. Windows color (decimal): -9880563 or 867433. OLE color: 867433.

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

Color convert

RGB 105 60 13 -
CMYK 0 0.43 0.88 0.59
HSL 30.65º 0.78% 0.23% -
HSV(B) 30.65º 0.88% 0.41% -
XYZ 7.51 6.26 1.19 -
YUV 68.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 105 60 13 0 0.43 0.88 0.59 30.65 0.78 0.23
Hex 69 3C D 0 2B 58 3B 1F 4E 17
Octal 151 74 15 0 53 130 73 37 116 27
Binary 1101001 111100 1101 0 101011 1011000 111011 11111 1001110 10111

Color Harmonies of #693C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C0D

Black with #693C0D

Text Example


Text Example

White with #693C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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