Html Css Color HEX #693513 Baker's Chocolate

📋 copy color: '#693513'

red 105 ◦ green 53 ◦ blue 19

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

Shades of Baker's Chocolate #693513

Tints of Baker's Chocolate #693513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

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

R = 59.32%
G = 29.94%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#693513 (or 0x693513) is known color: Baker's Chocolate. HEX triplet: 69, 35 and 13. RGB value is (105,53,19). Sum of RGB (Red+Green+Blue) = 105+53+19=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #693513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693513 is #96CAEC. Grayscale: #404040. Windows color (decimal): -9882349 or 1258857. OLE color: 1258857.

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

Color convert

RGB 105 53 19 -
CMYK 0 0.50 0.82 0.59
HSL 23.72º 0.69% 0.24% -
HSV(B) 23.72º 0.82% 0.41% -
XYZ 7.22 5.6 1.32 -
YUV 64.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 105 53 19 0 0.50 0.82 0.59 23.72 0.69 0.24
Hex 69 35 13 0 32 52 3B 18 45 18
Octal 151 65 23 0 62 122 73 30 105 30
Binary 1101001 110101 10011 0 110010 1010010 111011 11000 1000101 11000

Color Harmonies of #693513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693513

Black with #693513

Text Example


Text Example

White with #693513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693513; }

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

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

background-color css

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

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

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

border-color css

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

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

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