Html Css Color HEX #623300 Baker's Chocolate

📋 copy color: '#623300'

red 98 ◦ green 51 ◦ blue 0

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

Shades of Baker's Chocolate #623300

Tints of Baker's Chocolate #623300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.77%
G = 34.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#623300 (or 0x623300) is known color: Baker's Chocolate. HEX triplet: 62, 33 and 00. RGB value is (98,51,0). Sum of RGB (Red+Green+Blue) = 98+51+0=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #623300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623300 is #9DCCFF. Grayscale: #3B3B3B. Windows color (decimal): -10341632 or 13154. OLE color: 13154.

HSL color Cylindrical-coordinate representation of color #623300: hue angle of 31.22º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #623300 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 51 0 -
CMYK 0 0.48 1 0.62
HSL 31.22º 1% 0.19% -
HSV(B) 31.22º 1% 0.38% -
XYZ 6.22 4.96 0.63 -
YUV 59.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 98 51 0 0 0.48 1 0.62 31.22 1 0.19
Hex 62 33 0 0 30 64 3E 1F 64 13
Octal 142 63 0 0 60 144 76 37 144 23
Binary 1100010 110011 0 0 110000 1100100 111110 11111 1100100 10011

Color Harmonies of #623300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623300

Black with #623300

Text Example


Text Example

White with #623300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623300; }

 p { color: rgb(98,51,0); }

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

background-color css

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

 a { background-color: rgb(98,51,0); }

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

border-color css

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

 span { border-color: rgb(98,51,0); }

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