Html Css Color HEX #693515 Baker's Chocolate

📋 copy color: '#693515'

red 105 ◦ green 53 ◦ blue 21

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

Shades of Baker's Chocolate #693515

Tints of Baker's Chocolate #693515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.73%

R = 58.66%
G = 29.61%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#693515 (or 0x693515) is known color: Baker's Chocolate. HEX triplet: 69, 35 and 15. RGB value is (105,53,21). Sum of RGB (Red+Green+Blue) = 105+53+21=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #693515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693515 is #96CAEA. Grayscale: #414141. Windows color (decimal): -9882347 or 1389929. OLE color: 1389929.

HSL color Cylindrical-coordinate representation of color #693515: hue angle of 22.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #693515 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 53 21 -
CMYK 0 0.50 0.80 0.59
HSL 22.86º 0.67% 0.25% -
HSV(B) 22.86º 0.8% 0.41% -
XYZ 7.23 5.6 1.41 -
YUV 64.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 105 53 21 0 0.50 0.80 0.59 22.86 0.67 0.25
Hex 69 35 15 0 32 50 3B 17 43 19
Octal 151 65 25 0 62 120 73 27 103 31
Binary 1101001 110101 10101 0 110010 1010000 111011 10111 1000011 11001

Color Harmonies of #693515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693515

Black with #693515

Text Example


Text Example

White with #693515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693515; }

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

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

background-color css

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

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

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

border-color css

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

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

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