Html Css Color HEX #623213 Baker's Chocolate

📋 copy color: '#623213'

red 98 ◦ green 50 ◦ blue 19

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

Shades of Baker's Chocolate #623213

Tints of Baker's Chocolate #623213

RGB

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

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

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

R = 58.68%
G = 29.94%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#623213 (or 0x623213) is known color: Baker's Chocolate. HEX triplet: 62, 32 and 13. RGB value is (98,50,19). Sum of RGB (Red+Green+Blue) = 98+50+19=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #623213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623213 is #9DCDEC. Grayscale: #3C3C3C. Windows color (decimal): -10341869 or 1258082. OLE color: 1258082.

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

Color convert

RGB 98 50 19 -
CMYK 0 0.49 0.81 0.62
HSL 23.54º 0.68% 0.23% -
HSV(B) 23.54º 0.81% 0.38% -
XYZ 6.3 4.92 1.23 -
YUV 60.82 104.4 154.52 -
System Red Green Blue C M Y K H S L
Decimal 98 50 19 0 0.49 0.81 0.62 23.54 0.68 0.23
Hex 62 32 13 0 31 51 3E 18 44 17
Octal 142 62 23 0 61 121 76 30 104 27
Binary 1100010 110010 10011 0 110001 1010001 111110 11000 1000100 10111

Color Harmonies of #623213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623213

Black with #623213

Text Example


Text Example

White with #623213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623213; }

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

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

background-color css

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

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

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

border-color css

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

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

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