Html Css Color HEX #633A09 Baker's Chocolate

📋 copy color: '#633A09'

red 99 ◦ green 58 ◦ blue 9

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

Shades of Baker's Chocolate #633A09

Tints of Baker's Chocolate #633A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.42%

R = 59.64%
G = 34.94%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#633A09 (or 0x633A09) is known color: Baker's Chocolate. HEX triplet: 63, 3A and 09. RGB value is (99,58,9). Sum of RGB (Red+Green+Blue) = 99+58+9=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #633A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A09 is #9CC5F6. Grayscale: #404040. Windows color (decimal): -10274295 or 604771. OLE color: 604771.

HSL color Cylindrical-coordinate representation of color #633A09: hue angle of 32.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #633A09 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 58 9 -
CMYK 0 0.41 0.91 0.61
HSL 32.67º 0.83% 0.21% -
HSV(B) 32.67º 0.91% 0.39% -
XYZ 6.71 5.7 1 -
YUV 64.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 99 58 9 0 0.41 0.91 0.61 32.67 0.83 0.21
Hex 63 3A 9 0 29 5B 3D 21 53 15
Octal 143 72 11 0 51 133 75 41 123 25
Binary 1100011 111010 1001 0 101001 1011011 111101 100001 1010011 10101

Color Harmonies of #633A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633A09

Black with #633A09

Text Example


Text Example

White with #633A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633A09; }

 p { color: rgb(99,58,9); }

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

background-color css

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

 a { background-color: rgb(99,58,9); }

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

border-color css

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

 span { border-color: rgb(99,58,9); }

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