Html Css Color HEX #603512 Baker's Chocolate

📋 copy color: '#603512'

red 96 ◦ green 53 ◦ blue 18

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

Shades of Baker's Chocolate #603512

Tints of Baker's Chocolate #603512

RGB

 RED value IS 96 (37.89% from 255) = 57.49%

 GREEN value IS 53 (21.09% from 255) = 31.74%

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

R = 57.49%
G = 31.74%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#603512 (or 0x603512) is known color: Baker's Chocolate. HEX triplet: 60, 35 and 12. RGB value is (96,53,18). Sum of RGB (Red+Green+Blue) = 96+53+18=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603512 is #9FCAED. Grayscale: #3E3E3E. Windows color (decimal): -10472174 or 1193312. OLE color: 1193312.

HSL color Cylindrical-coordinate representation of color #603512: hue angle of 26.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #603512 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 53 18 -
CMYK 0 0.45 0.81 0.62
HSL 26.92º 0.68% 0.22% -
HSV(B) 26.92º 0.81% 0.38% -
XYZ 6.21 5.08 1.23 -
YUV 61.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 96 53 18 0 0.45 0.81 0.62 26.92 0.68 0.22
Hex 60 35 12 0 2D 51 3E 1B 44 16
Octal 140 65 22 0 55 121 76 33 104 26
Binary 1100000 110101 10010 0 101101 1010001 111110 11011 1000100 10110

Color Harmonies of #603512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603512

Black with #603512

Text Example


Text Example

White with #603512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603512; }

 p { color: rgb(96,53,18); }

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

background-color css

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

 a { background-color: rgb(96,53,18); }

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

border-color css

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

 span { border-color: rgb(96,53,18); }

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