Html Css Color HEX #623C0D Baker's Chocolate

📋 copy color: '#623C0D'

red 98 ◦ green 60 ◦ blue 13

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

Shades of Baker's Chocolate #623C0D

Tints of Baker's Chocolate #623C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.09%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 57.31%
G = 35.09%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#623C0D (or 0x623C0D) is known color: Baker's Chocolate. HEX triplet: 62, 3C and 0D. RGB value is (98,60,13). Sum of RGB (Red+Green+Blue) = 98+60+13=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #623C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623C0D is #9DC3F2. Grayscale: #424242. Windows color (decimal): -10339315 or 867426. OLE color: 867426.

HSL color Cylindrical-coordinate representation of color #623C0D: hue angle of 33.18º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #623C0D is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 60 13 -
CMYK 0 0.39 0.87 0.62
HSL 33.18º 0.77% 0.22% -
HSV(B) 33.18º 0.87% 0.38% -
XYZ 6.73 5.86 1.16 -
YUV 66 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 98 60 13 0 0.39 0.87 0.62 33.18 0.77 0.22
Hex 62 3C D 0 27 57 3E 21 4D 16
Octal 142 74 15 0 47 127 76 41 115 26
Binary 1100010 111100 1101 0 100111 1010111 111110 100001 1001101 10110

Color Harmonies of #623C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623C0D

Black with #623C0D

Text Example


Text Example

White with #623C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,60,13); }

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

background-color css

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

 a { background-color: rgb(98,60,13); }

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

border-color css

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

 span { border-color: rgb(98,60,13); }

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