Html Css Color HEX #623B13 Baker's Chocolate

📋 copy color: '#623B13'

red 98 ◦ green 59 ◦ blue 19

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

Shades of Baker's Chocolate #623B13

Tints of Baker's Chocolate #623B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.52%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 55.68%
G = 33.52%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#623B13 (or 0x623B13) is known color: Baker's Chocolate. HEX triplet: 62, 3B and 13. RGB value is (98,59,19). Sum of RGB (Red+Green+Blue) = 98+59+19=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #623B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623B13 is #9DC4EC. Grayscale: #424242. Windows color (decimal): -10339565 or 1260386. OLE color: 1260386.

HSL color Cylindrical-coordinate representation of color #623B13: hue angle of 30.38º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #623B13 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 59 19 -
CMYK 0 0.40 0.81 0.62
HSL 30.38º 0.68% 0.23% -
HSV(B) 30.38º 0.81% 0.38% -
XYZ 6.72 5.77 1.38 -
YUV 66.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 98 59 19 0 0.40 0.81 0.62 30.38 0.68 0.23
Hex 62 3B 13 0 28 51 3E 1E 44 17
Octal 142 73 23 0 50 121 76 36 104 27
Binary 1100010 111011 10011 0 101000 1010001 111110 11110 1000100 10111

Color Harmonies of #623B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623B13

Black with #623B13

Text Example


Text Example

White with #623B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623B13; }

 p { color: rgb(98,59,19); }

 H1.HeaderClassName
 {
   color: #623B13;
 }
 .AnyTagClassName
 {
   color: #623B13;
 }
</style>

background-color css

<style>
 a { background-color: #623B13; }

 a { background-color: rgb(98,59,19); }

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

border-color css

<style>
 span { border-color: #623B13; }

 span { border-color: rgb(98,59,19); }

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