Html Css Color HEX #623A14 Baker's Chocolate

📋 copy color: '#623A14'

red 98 ◦ green 58 ◦ blue 20

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

Shades of Baker's Chocolate #623A14

Tints of Baker's Chocolate #623A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

 BLUE value IS 20 (8.2% from 255) = 11.36%

R = 55.68%
G = 32.95%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#623A14 (or 0x623A14) is known color: Baker's Chocolate. HEX triplet: 62, 3A and 14. RGB value is (98,58,20). Sum of RGB (Red+Green+Blue) = 98+58+20=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #623A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A14 is #9DC5EB. Grayscale: #414141. Windows color (decimal): -10339820 or 1325666. OLE color: 1325666.

HSL color Cylindrical-coordinate representation of color #623A14: hue angle of 29.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #623A14 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 58 20 -
CMYK 0 0.41 0.80 0.62
HSL 29.23º 0.66% 0.23% -
HSV(B) 29.23º 0.8% 0.38% -
XYZ 6.68 5.67 1.4 -
YUV 65.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 98 58 20 0 0.41 0.80 0.62 29.23 0.66 0.23
Hex 62 3A 14 0 29 50 3E 1D 42 17
Octal 142 72 24 0 51 120 76 35 102 27
Binary 1100010 111010 10100 0 101001 1010000 111110 11101 1000010 10111

Color Harmonies of #623A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623A14

Black with #623A14

Text Example


Text Example

White with #623A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,58,20); }

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

background-color css

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

 a { background-color: rgb(98,58,20); }

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

border-color css

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

 span { border-color: rgb(98,58,20); }

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