Html Css Color HEX #62350E Baker's Chocolate

📋 copy color: '#62350E'

red 98 ◦ green 53 ◦ blue 14

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

Shades of Baker's Chocolate #62350E

Tints of Baker's Chocolate #62350E

RGB

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

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

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

R = 59.39%
G = 32.12%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62350E (or 0x62350E) is known color: Baker's Chocolate. HEX triplet: 62, 35 and 0E. RGB value is (98,53,14). Sum of RGB (Red+Green+Blue) = 98+53+14=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62350E is #9DCAF1. Grayscale: #3E3E3E. Windows color (decimal): -10341106 or 931170. OLE color: 931170.

HSL color Cylindrical-coordinate representation of color #62350E: hue angle of 27.86º 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 #62350E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 53 14 -
CMYK 0 0.46 0.86 0.62
HSL 27.86º 0.75% 0.22% -
HSV(B) 27.86º 0.86% 0.38% -
XYZ 6.39 5.17 1.08 -
YUV 62.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 98 53 14 0 0.46 0.86 0.62 27.86 0.75 0.22
Hex 62 35 E 0 2E 56 3E 1C 4B 16
Octal 142 65 16 0 56 126 76 34 113 26
Binary 1100010 110101 1110 0 101110 1010110 111110 11100 1001011 10110

Color Harmonies of #62350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62350E

Black with #62350E

Text Example


Text Example

White with #62350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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