Html Css Color HEX #693313 Baker's Chocolate

📋 copy color: '#693313'

red 105 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #693313

Tints of Baker's Chocolate #693313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 60%
G = 29.14%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#693313 (or 0x693313) is known color: Baker's Chocolate. HEX triplet: 69, 33 and 13. RGB value is (105,51,19). Sum of RGB (Red+Green+Blue) = 105+51+19=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #693313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693313 is #96CCEC. Grayscale: #3F3F3F. Windows color (decimal): -9882861 or 1258345. OLE color: 1258345.

HSL color Cylindrical-coordinate representation of color #693313: hue angle of 22.33º 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 #693313 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 51 19 -
CMYK 0 0.51 0.82 0.59
HSL 22.33º 0.69% 0.24% -
HSV(B) 22.33º 0.82% 0.41% -
XYZ 7.13 5.42 1.29 -
YUV 63.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 105 51 19 0 0.51 0.82 0.59 22.33 0.69 0.24
Hex 69 33 13 0 33 52 3B 16 45 18
Octal 151 63 23 0 63 122 73 26 105 30
Binary 1101001 110011 10011 0 110011 1010010 111011 10110 1000101 11000

Color Harmonies of #693313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693313

Black with #693313

Text Example


Text Example

White with #693313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693313; }

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

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

background-color css

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

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

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

border-color css

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

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

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