Html Css Color HEX #603D12 Baker's Chocolate

📋 copy color: '#603D12'

red 96 ◦ green 61 ◦ blue 18

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

Shades of Baker's Chocolate #603D12

Tints of Baker's Chocolate #603D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.86%

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

R = 54.86%
G = 34.86%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#603D12 (or 0x603D12) is known color: Baker's Chocolate. HEX triplet: 60, 3D and 12. RGB value is (96,61,18). Sum of RGB (Red+Green+Blue) = 96+61+18=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #603D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D12 is #9FC2ED. Grayscale: #424242. Windows color (decimal): -10470126 or 1195360. OLE color: 1195360.

HSL color Cylindrical-coordinate representation of color #603D12: hue angle of 33.08º 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 #603D12 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 18 -
CMYK 0 0.36 0.81 0.62
HSL 33.08º 0.68% 0.22% -
HSV(B) 33.08º 0.81% 0.38% -
XYZ 6.6 5.87 1.36 -
YUV 66.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 96 61 18 0 0.36 0.81 0.62 33.08 0.68 0.22
Hex 60 3D 12 0 24 51 3E 21 44 16
Octal 140 75 22 0 44 121 76 41 104 26
Binary 1100000 111101 10010 0 100100 1010001 111110 100001 1000100 10110

Color Harmonies of #603D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D12

Black with #603D12

Text Example


Text Example

White with #603D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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