Html Css Color HEX #633613 Baker's Chocolate

📋 copy color: '#633613'

red 99 ◦ green 54 ◦ blue 19

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

Shades of Baker's Chocolate #633613

Tints of Baker's Chocolate #633613

RGB

 RED value IS 99 (39.06% from 255) = 57.56%

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 19 (7.81% from 255) = 11.05%

R = 57.56%
G = 31.4%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#633613 (or 0x633613) is known color: Baker's Chocolate. HEX triplet: 63, 36 and 13. RGB value is (99,54,19). Sum of RGB (Red+Green+Blue) = 99+54+19=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #633613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633613 is #9CC9EC. Grayscale: #3F3F3F. Windows color (decimal): -10275309 or 1259107. OLE color: 1259107.

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

Color convert

RGB 99 54 19 -
CMYK 0 0.45 0.81 0.61
HSL 26.25º 0.68% 0.23% -
HSV(B) 26.25º 0.81% 0.39% -
XYZ 6.58 5.34 1.3 -
YUV 63.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 99 54 19 0 0.45 0.81 0.61 26.25 0.68 0.23
Hex 63 36 13 0 2D 51 3D 1A 44 17
Octal 143 66 23 0 55 121 75 32 104 27
Binary 1100011 110110 10011 0 101101 1010001 111101 11010 1000100 10111

Color Harmonies of #633613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633613

Black with #633613

Text Example


Text Example

White with #633613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633613; }

 p { color: rgb(99,54,19); }

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

background-color css

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

 a { background-color: rgb(99,54,19); }

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

border-color css

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

 span { border-color: rgb(99,54,19); }

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