Html Css Color HEX #693514 Baker's Chocolate

📋 copy color: '#693514'

red 105 ◦ green 53 ◦ blue 20

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

Shades of Baker's Chocolate #693514

Tints of Baker's Chocolate #693514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 58.99%
G = 29.78%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#693514 (or 0x693514) is known color: Baker's Chocolate. HEX triplet: 69, 35 and 14. RGB value is (105,53,20). Sum of RGB (Red+Green+Blue) = 105+53+20=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #693514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693514 is #96CAEB. Grayscale: #404040. Windows color (decimal): -9882348 or 1324393. OLE color: 1324393.

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

Color convert

RGB 105 53 20 -
CMYK 0 0.50 0.81 0.59
HSL 23.29º 0.68% 0.25% -
HSV(B) 23.29º 0.81% 0.41% -
XYZ 7.23 5.6 1.36 -
YUV 64.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 105 53 20 0 0.50 0.81 0.59 23.29 0.68 0.25
Hex 69 35 14 0 32 51 3B 17 44 19
Octal 151 65 24 0 62 121 73 27 104 31
Binary 1101001 110101 10100 0 110010 1010001 111011 10111 1000100 11001

Color Harmonies of #693514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693514

Black with #693514

Text Example


Text Example

White with #693514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693514; }

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

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

background-color css

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

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

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

border-color css

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

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

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