Html Css Color HEX #623C0F Baker's Chocolate

📋 copy color: '#623C0F'

red 98 ◦ green 60 ◦ blue 15

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

Shades of Baker's Chocolate #623C0F

Tints of Baker's Chocolate #623C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 56.65%
G = 34.68%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#623C0F (or 0x623C0F) is known color: Baker's Chocolate. HEX triplet: 62, 3C and 0F. RGB value is (98,60,15). Sum of RGB (Red+Green+Blue) = 98+60+15=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #623C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623C0F is #9DC3F0. Grayscale: #424242. Windows color (decimal): -10339313 or 998498. OLE color: 998498.

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

Color convert

RGB 98 60 15 -
CMYK 0 0.39 0.85 0.62
HSL 32.53º 0.73% 0.22% -
HSV(B) 32.53º 0.85% 0.38% -
XYZ 6.74 5.86 1.23 -
YUV 66.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 98 60 15 0 0.39 0.85 0.62 32.53 0.73 0.22
Hex 62 3C F 0 27 55 3E 21 49 16
Octal 142 74 17 0 47 125 76 41 111 26
Binary 1100010 111100 1111 0 100111 1010101 111110 100001 1001001 10110

Color Harmonies of #623C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623C0F

Black with #623C0F

Text Example


Text Example

White with #623C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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