Html Css Color HEX #62390B Baker's Chocolate

📋 copy color: '#62390B'

red 98 ◦ green 57 ◦ blue 11

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

Shades of Baker's Chocolate #62390B

Tints of Baker's Chocolate #62390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.34%

 BLUE value IS 11 (4.69% from 255) = 6.63%

R = 59.04%
G = 34.34%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#62390B (or 0x62390B) is known color: Baker's Chocolate. HEX triplet: 62, 39 and 0B. RGB value is (98,57,11). Sum of RGB (Red+Green+Blue) = 98+57+11=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62390B is #9DC6F4. Grayscale: #404040. Windows color (decimal): -10340085 or 735586. OLE color: 735586.

HSL color Cylindrical-coordinate representation of color #62390B: hue angle of 31.72º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62390B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 57 11 -
CMYK 0 0.42 0.89 0.62
HSL 31.72º 0.8% 0.21% -
HSV(B) 31.72º 0.89% 0.38% -
XYZ 6.56 5.55 1.04 -
YUV 64.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 98 57 11 0 0.42 0.89 0.62 31.72 0.8 0.21
Hex 62 39 B 0 2A 59 3E 20 50 15
Octal 142 71 13 0 52 131 76 40 120 25
Binary 1100010 111001 1011 0 101010 1011001 111110 100000 1010000 10101

Color Harmonies of #62390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62390B

Black with #62390B

Text Example


Text Example

White with #62390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62390B; }

 p { color: rgb(98,57,11); }

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

background-color css

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

 a { background-color: rgb(98,57,11); }

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

border-color css

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

 span { border-color: rgb(98,57,11); }

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