Html Css Color HEX #68350F Baker's Chocolate

📋 copy color: '#68350F'

red 104 ◦ green 53 ◦ blue 15

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

Shades of Baker's Chocolate #68350F

Tints of Baker's Chocolate #68350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 60.47%
G = 30.81%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68350F (or 0x68350F) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 0F. RGB value is (104,53,15). Sum of RGB (Red+Green+Blue) = 104+53+15=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68350F is #97CAF0. Grayscale: #404040. Windows color (decimal): -9947889 or 996712. OLE color: 996712.

HSL color Cylindrical-coordinate representation of color #68350F: hue angle of 25.62º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68350F is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 15 -
CMYK 0 0.49 0.86 0.59
HSL 25.62º 0.75% 0.23% -
HSV(B) 25.62º 0.86% 0.41% -
XYZ 7.07 5.52 1.15 -
YUV 63.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 104 53 15 0 0.49 0.86 0.59 25.62 0.75 0.23
Hex 68 35 F 0 31 56 3B 1A 4B 17
Octal 150 65 17 0 61 126 73 32 113 27
Binary 1101000 110101 1111 0 110001 1010110 111011 11010 1001011 10111

Color Harmonies of #68350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68350F

Black with #68350F

Text Example


Text Example

White with #68350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68350F; }

 p { color: rgb(104,53,15); }

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

background-color css

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

 a { background-color: rgb(104,53,15); }

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

border-color css

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

 span { border-color: rgb(104,53,15); }

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