Html Css Color HEX #62320F Baker's Chocolate

📋 copy color: '#62320F'

red 98 ◦ green 50 ◦ blue 15

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

Shades of Baker's Chocolate #62320F

Tints of Baker's Chocolate #62320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

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

R = 60.12%
G = 30.67%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62320F (or 0x62320F) is known color: Baker's Chocolate. HEX triplet: 62, 32 and 0F. RGB value is (98,50,15). Sum of RGB (Red+Green+Blue) = 98+50+15=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62320F is #9DCDF0. Grayscale: #3C3C3C. Windows color (decimal): -10341873 or 995938. OLE color: 995938.

HSL color Cylindrical-coordinate representation of color #62320F: hue angle of 25.3º 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 #62320F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 50 15 -
CMYK 0 0.49 0.85 0.62
HSL 25.3º 0.73% 0.22% -
HSV(B) 25.3º 0.85% 0.38% -
XYZ 6.26 4.91 1.07 -
YUV 60.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 98 50 15 0 0.49 0.85 0.62 25.3 0.73 0.22
Hex 62 32 F 0 31 55 3E 19 49 16
Octal 142 62 17 0 61 125 76 31 111 26
Binary 1100010 110010 1111 0 110001 1010101 111110 11001 1001001 10110

Color Harmonies of #62320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62320F

Black with #62320F

Text Example


Text Example

White with #62320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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