Html Css Color HEX #693415 Baker's Chocolate

📋 copy color: '#693415'

red 105 ◦ green 52 ◦ blue 21

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

Shades of Baker's Chocolate #693415

Tints of Baker's Chocolate #693415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.21%

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

R = 58.99%
G = 29.21%
B = 11.8%

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

#693415 (or 0x693415) is known color: Baker's Chocolate. HEX triplet: 69, 34 and 15. RGB value is (105,52,21). Sum of RGB (Red+Green+Blue) = 105+52+21=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #693415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693415 is #96CBEA. Grayscale: #404040. Windows color (decimal): -9882603 or 1389673. OLE color: 1389673.

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

Color convert

RGB 105 52 21 -
CMYK 0 0.50 0.80 0.59
HSL 22.14º 0.67% 0.25% -
HSV(B) 22.14º 0.8% 0.41% -
XYZ 7.19 5.51 1.39 -
YUV 64.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 105 52 21 0 0.50 0.80 0.59 22.14 0.67 0.25
Hex 69 34 15 0 32 50 3B 16 43 19
Octal 151 64 25 0 62 120 73 26 103 31
Binary 1101001 110100 10101 0 110010 1010000 111011 10110 1000011 11001

Color Harmonies of #693415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693415

Black with #693415

Text Example


Text Example

White with #693415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693415; }

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

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

background-color css

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

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

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

border-color css

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

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

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