Html Css Color HEX #631B00 Baker's Chocolate

📋 copy color: '#631B00'

red 99 ◦ green 27 ◦ blue 0

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

Shades of Baker's Chocolate #631B00

Tints of Baker's Chocolate #631B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.57%
G = 21.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#631B00 (or 0x631B00) is known color: Baker's Chocolate. HEX triplet: 63, 1B and 00. RGB value is (99,27,0). Sum of RGB (Red+Green+Blue) = 99+27+0=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #631B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B00 is #9CE4FF. Grayscale: #2D2D2D. Windows color (decimal): -10282240 or 7011. OLE color: 7011.

HSL color Cylindrical-coordinate representation of color #631B00: hue angle of 16.36º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #631B00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 27 0 -
CMYK 0 0.73 1 0.61
HSL 16.36º 1% 0.19% -
HSV(B) 16.36º 1% 0.39% -
XYZ 5.54 3.44 0.37 -
YUV 45.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 99 27 0 0 0.73 1 0.61 16.36 1 0.19
Hex 63 1B 0 0 49 64 3D 10 64 13
Octal 143 33 0 0 111 144 75 20 144 23
Binary 1100011 11011 0 0 1001001 1100100 111101 10000 1100100 10011

Color Harmonies of #631B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B00

Black with #631B00

Text Example


Text Example

White with #631B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631B00; }

 p { color: rgb(99,27,0); }

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

background-color css

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

 a { background-color: rgb(99,27,0); }

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

border-color css

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

 span { border-color: rgb(99,27,0); }

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