Html Css Color HEX #62300E Baker's Chocolate

📋 copy color: '#62300E'

red 98 ◦ green 48 ◦ blue 14

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

Shades of Baker's Chocolate #62300E

Tints of Baker's Chocolate #62300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30%

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

R = 61.25%
G = 30%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62300E (or 0x62300E) is known color: Baker's Chocolate. HEX triplet: 62, 30 and 0E. RGB value is (98,48,14). Sum of RGB (Red+Green+Blue) = 98+48+14=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62300E is #9DCFF1. Grayscale: #3B3B3B. Windows color (decimal): -10342386 or 929890. OLE color: 929890.

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

Color convert

RGB 98 48 14 -
CMYK 0 0.51 0.86 0.62
HSL 24.29º 0.75% 0.22% -
HSV(B) 24.29º 0.86% 0.38% -
XYZ 6.17 4.74 1.01 -
YUV 59.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 98 48 14 0 0.51 0.86 0.62 24.29 0.75 0.22
Hex 62 30 E 0 33 56 3E 18 4B 16
Octal 142 60 16 0 63 126 76 30 113 26
Binary 1100010 110000 1110 0 110011 1010110 111110 11000 1001011 10110

Color Harmonies of #62300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62300E

Black with #62300E

Text Example


Text Example

White with #62300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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