Html Css Color HEX #62310F Baker's Chocolate

📋 copy color: '#62310F'

red 98 ◦ green 49 ◦ blue 15

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

Shades of Baker's Chocolate #62310F

Tints of Baker's Chocolate #62310F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.25%

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

R = 60.49%
G = 30.25%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62310F (or 0x62310F) is known color: Baker's Chocolate. HEX triplet: 62, 31 and 0F. RGB value is (98,49,15). Sum of RGB (Red+Green+Blue) = 98+49+15=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62310F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62310F is #9DCEF0. Grayscale: #3B3B3B. Windows color (decimal): -10342129 or 995682. OLE color: 995682.

HSL color Cylindrical-coordinate representation of color #62310F: hue angle of 24.58º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62310F is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 49 15 -
CMYK 0 0.5 0.85 0.62
HSL 24.58º 0.73% 0.22% -
HSV(B) 24.58º 0.85% 0.38% -
XYZ 6.22 4.83 1.06 -
YUV 59.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 98 49 15 0 0.5 0.85 0.62 24.58 0.73 0.22
Hex 62 31 F 0 32 55 3E 19 49 16
Octal 142 61 17 0 62 125 76 31 111 26
Binary 1100010 110001 1111 0 110010 1010101 111110 11001 1001001 10110

Color Harmonies of #62310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62310F

Black with #62310F

Text Example


Text Example

White with #62310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,49,15); }

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

background-color css

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

 a { background-color: rgb(98,49,15); }

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

border-color css

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

 span { border-color: rgb(98,49,15); }

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