Html Css Color HEX #683715 Baker's Chocolate

📋 copy color: '#683715'

red 104 ◦ green 55 ◦ blue 21

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

Shades of Baker's Chocolate #683715

Tints of Baker's Chocolate #683715

RGB

 RED value IS 104 (41.02% from 255) = 57.78%

 GREEN value IS 55 (21.88% from 255) = 30.56%

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

R = 57.78%
G = 30.56%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#683715 (or 0x683715) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 15. RGB value is (104,55,21). Sum of RGB (Red+Green+Blue) = 104+55+21=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #683715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683715 is #97C8EA. Grayscale: #414141. Windows color (decimal): -9947371 or 1390440. OLE color: 1390440.

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

Color convert

RGB 104 55 21 -
CMYK 0 0.47 0.80 0.59
HSL 24.58º 0.66% 0.25% -
HSV(B) 24.58º 0.8% 0.41% -
XYZ 7.21 5.73 1.44 -
YUV 65.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 104 55 21 0 0.47 0.80 0.59 24.58 0.66 0.25
Hex 68 37 15 0 2F 50 3B 19 42 19
Octal 150 67 25 0 57 120 73 31 102 31
Binary 1101000 110111 10101 0 101111 1010000 111011 11001 1000010 11001

Color Harmonies of #683715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683715

Black with #683715

Text Example


Text Example

White with #683715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683715; }

 p { color: rgb(104,55,21); }

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

background-color css

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

 a { background-color: rgb(104,55,21); }

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

border-color css

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

 span { border-color: rgb(104,55,21); }

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