Html Css Color HEX #62360E Baker's Chocolate

📋 copy color: '#62360E'

red 98 ◦ green 54 ◦ blue 14

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

Shades of Baker's Chocolate #62360E

Tints of Baker's Chocolate #62360E

RGB

 RED value IS 98 (38.67% from 255) = 59.04%

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

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

R = 59.04%
G = 32.53%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62360E (or 0x62360E) is known color: Baker's Chocolate. HEX triplet: 62, 36 and 0E. RGB value is (98,54,14). Sum of RGB (Red+Green+Blue) = 98+54+14=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62360E is #9DC9F1. Grayscale: #3E3E3E. Windows color (decimal): -10340850 or 931426. OLE color: 931426.

HSL color Cylindrical-coordinate representation of color #62360E: hue angle of 28.57º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62360E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 54 14 -
CMYK 0 0.45 0.86 0.62
HSL 28.57º 0.75% 0.22% -
HSV(B) 28.57º 0.86% 0.38% -
XYZ 6.44 5.27 1.09 -
YUV 62.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 98 54 14 0 0.45 0.86 0.62 28.57 0.75 0.22
Hex 62 36 E 0 2D 56 3E 1D 4B 16
Octal 142 66 16 0 55 126 76 35 113 26
Binary 1100010 110110 1110 0 101101 1010110 111110 11101 1001011 10110

Color Harmonies of #62360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62360E

Black with #62360E

Text Example


Text Example

White with #62360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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