Html Css Color HEX #603D0B Baker's Chocolate

📋 copy color: '#603D0B'

red 96 ◦ green 61 ◦ blue 11

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

Shades of Baker's Chocolate #603D0B

Tints of Baker's Chocolate #603D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.55%

R = 57.14%
G = 36.31%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#603D0B (or 0x603D0B) is known color: Baker's Chocolate. HEX triplet: 60, 3D and 0B. RGB value is (96,61,11). Sum of RGB (Red+Green+Blue) = 96+61+11=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #603D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D0B is #9FC2F4. Grayscale: #414141. Windows color (decimal): -10470133 or 736608. OLE color: 736608.

HSL color Cylindrical-coordinate representation of color #603D0B: hue angle of 35.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #603D0B is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 11 -
CMYK 0 0.36 0.89 0.62
HSL 35.29º 0.79% 0.21% -
HSV(B) 35.29º 0.89% 0.38% -
XYZ 6.55 5.85 1.1 -
YUV 65.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 96 61 11 0 0.36 0.89 0.62 35.29 0.79 0.21
Hex 60 3D B 0 24 59 3E 23 4F 15
Octal 140 75 13 0 44 131 76 43 117 25
Binary 1100000 111101 1011 0 100100 1011001 111110 100011 1001111 10101

Color Harmonies of #603D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D0B

Black with #603D0B

Text Example


Text Example

White with #603D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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