Html Css Color HEX #603A10 Baker's Chocolate

📋 copy color: '#603A10'

red 96 ◦ green 58 ◦ blue 16

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

Shades of Baker's Chocolate #603A10

Tints of Baker's Chocolate #603A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.12%

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 56.47%
G = 34.12%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#603A10 (or 0x603A10) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 10. RGB value is (96,58,16). Sum of RGB (Red+Green+Blue) = 96+58+16=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #603A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A10 is #9FC5EF. Grayscale: #404040. Windows color (decimal): -10470896 or 1063520. OLE color: 1063520.

HSL color Cylindrical-coordinate representation of color #603A10: hue angle of 31.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #603A10 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 16 -
CMYK 0 0.40 0.83 0.62
HSL 31.5º 0.71% 0.22% -
HSV(B) 31.5º 0.83% 0.38% -
XYZ 6.43 5.55 1.22 -
YUV 64.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 96 58 16 0 0.40 0.83 0.62 31.5 0.71 0.22
Hex 60 3A 10 0 28 53 3E 1F 47 16
Octal 140 72 20 0 50 123 76 37 107 26
Binary 1100000 111010 10000 0 101000 1010011 111110 11111 1000111 10110

Color Harmonies of #603A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A10

Black with #603A10

Text Example


Text Example

White with #603A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603A10; }

 p { color: rgb(96,58,16); }

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

background-color css

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

 a { background-color: rgb(96,58,16); }

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

border-color css

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

 span { border-color: rgb(96,58,16); }

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