Html Css Color HEX #68360E Baker's Chocolate

📋 copy color: '#68360E'

red 104 ◦ green 54 ◦ blue 14

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

Shades of Baker's Chocolate #68360E

Tints of Baker's Chocolate #68360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 60.47%
G = 31.4%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#68360E (or 0x68360E) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 0E. RGB value is (104,54,14). Sum of RGB (Red+Green+Blue) = 104+54+14=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68360E is #97C9F1. Grayscale: #404040. Windows color (decimal): -9947634 or 931432. OLE color: 931432.

HSL color Cylindrical-coordinate representation of color #68360E: hue angle of 26.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68360E is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 54 14 -
CMYK 0 0.48 0.87 0.59
HSL 26.67º 0.76% 0.23% -
HSV(B) 26.67º 0.87% 0.41% -
XYZ 7.11 5.61 1.12 -
YUV 64.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 104 54 14 0 0.48 0.87 0.59 26.67 0.76 0.23
Hex 68 36 E 0 30 57 3B 1B 4C 17
Octal 150 66 16 0 60 127 73 33 114 27
Binary 1101000 110110 1110 0 110000 1010111 111011 11011 1001100 10111

Color Harmonies of #68360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68360E

Black with #68360E

Text Example


Text Example

White with #68360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68360E; }

 p { color: rgb(104,54,14); }

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

background-color css

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

 a { background-color: rgb(104,54,14); }

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

border-color css

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

 span { border-color: rgb(104,54,14); }

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