Html Css Color HEX #693C1D Semi-Sweet Chocolate

📋 copy color: '#693C1D'

red 105 ◦ green 60 ◦ blue 29

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

Shades of Semi-Sweet Chocolate #693C1D

Tints of Semi-Sweet Chocolate #693C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 54.12%
G = 30.93%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#693C1D (or 0x693C1D) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 3C and 1D. RGB value is (105,60,29). Sum of RGB (Red+Green+Blue) = 105+60+29=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #693C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C1D is #96C3E2. Grayscale: #464646. Windows color (decimal): -9880547 or 1916009. OLE color: 1916009.

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

Color convert

RGB 105 60 29 -
CMYK 0 0.43 0.72 0.59
HSL 24.47º 0.57% 0.26% -
HSV(B) 24.47º 0.72% 0.41% -
XYZ 7.66 6.32 1.98 -
YUV 69.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 105 60 29 0 0.43 0.72 0.59 24.47 0.57 0.26
Hex 69 3C 1D 0 2B 48 3B 18 39 1A
Octal 151 74 35 0 53 110 73 30 71 32
Binary 1101001 111100 11101 0 101011 1001000 111011 11000 111001 11010

Color Harmonies of #693C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C1D

Black with #693C1D

Text Example


Text Example

White with #693C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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