Html Css Color HEX #693C0F Raw Umber

📋 copy color: '#693C0F'

red 105 ◦ green 60 ◦ blue 15

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

Shades of Raw Umber #693C0F

Tints of Raw Umber #693C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 58.33%
G = 33.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#693C0F (or 0x693C0F) is known color: Raw Umber. HEX triplet: 69, 3C and 0F. RGB value is (105,60,15). Sum of RGB (Red+Green+Blue) = 105+60+15=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #693C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C0F is #96C3F0. Grayscale: #444444. Windows color (decimal): -9880561 or 998505. OLE color: 998505.

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

Color convert

RGB 105 60 15 -
CMYK 0 0.43 0.86 0.59
HSL 30º 0.75% 0.24% -
HSV(B) 30º 0.86% 0.41% -
XYZ 7.53 6.27 1.27 -
YUV 68.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 105 60 15 0 0.43 0.86 0.59 30 0.75 0.24
Hex 69 3C F 0 2B 56 3B 1E 4B 18
Octal 151 74 17 0 53 126 73 36 113 30
Binary 1101001 111100 1111 0 101011 1010110 111011 11110 1001011 11000

Color Harmonies of #693C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C0F

Black with #693C0F

Text Example


Text Example

White with #693C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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