Html Css Color HEX #693113 Baker's Chocolate

📋 copy color: '#693113'

red 105 ◦ green 49 ◦ blue 19

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

Shades of Baker's Chocolate #693113

Tints of Baker's Chocolate #693113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.32%

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 60.69%
G = 28.32%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#693113 (or 0x693113) is known color: Baker's Chocolate. HEX triplet: 69, 31 and 13. RGB value is (105,49,19). Sum of RGB (Red+Green+Blue) = 105+49+19=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #693113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693113 is #96CEEC. Grayscale: #3E3E3E. Windows color (decimal): -9883373 or 1257833. OLE color: 1257833.

HSL color Cylindrical-coordinate representation of color #693113: hue angle of 20.93º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #693113 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 49 19 -
CMYK 0 0.53 0.82 0.59
HSL 20.93º 0.69% 0.24% -
HSV(B) 20.93º 0.82% 0.41% -
XYZ 7.04 5.25 1.26 -
YUV 62.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 105 49 19 0 0.53 0.82 0.59 20.93 0.69 0.24
Hex 69 31 13 0 35 52 3B 15 45 18
Octal 151 61 23 0 65 122 73 25 105 30
Binary 1101001 110001 10011 0 110101 1010010 111011 10101 1000101 11000

Color Harmonies of #693113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693113

Black with #693113

Text Example


Text Example

White with #693113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693113; }

 p { color: rgb(105,49,19); }

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

background-color css

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

 a { background-color: rgb(105,49,19); }

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

border-color css

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

 span { border-color: rgb(105,49,19); }

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