Html Css Color HEX #623B12 Baker's Chocolate

📋 copy color: '#623B12'

red 98 ◦ green 59 ◦ blue 18

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

Shades of Baker's Chocolate #623B12

Tints of Baker's Chocolate #623B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.71%

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 56%
G = 33.71%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#623B12 (or 0x623B12) is known color: Baker's Chocolate. HEX triplet: 62, 3B and 12. RGB value is (98,59,18). Sum of RGB (Red+Green+Blue) = 98+59+18=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #623B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623B12 is #9DC4ED. Grayscale: #424242. Windows color (decimal): -10339566 or 1194850. OLE color: 1194850.

HSL color Cylindrical-coordinate representation of color #623B12: hue angle of 30.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #623B12 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 59 18 -
CMYK 0 0.40 0.82 0.62
HSL 30.75º 0.69% 0.23% -
HSV(B) 30.75º 0.82% 0.38% -
XYZ 6.71 5.77 1.33 -
YUV 65.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 98 59 18 0 0.40 0.82 0.62 30.75 0.69 0.23
Hex 62 3B 12 0 28 52 3E 1F 45 17
Octal 142 73 22 0 50 122 76 37 105 27
Binary 1100010 111011 10010 0 101000 1010010 111110 11111 1000101 10111

Color Harmonies of #623B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623B12

Black with #623B12

Text Example


Text Example

White with #623B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,59,18); }

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

background-color css

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

 a { background-color: rgb(98,59,18); }

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

border-color css

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

 span { border-color: rgb(98,59,18); }

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