Html Css Color HEX #D6650B Chocolate

📋 copy color: '#D6650B'

red 214 ◦ green 101 ◦ blue 11

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

Shades of Chocolate #D6650B

Tints of Chocolate #D6650B

RGB

 RED value IS 214 (83.98% from 255) = 65.64%

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 65.64%
G = 30.98%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6650B (or 0xD6650B) is known color: Chocolate. HEX triplet: D6, 65 and 0B. RGB value is (214,101,11). Sum of RGB (Red+Green+Blue) = 214+101+11=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6650B is #299AF4. Grayscale: #7C7C7C. Windows color (decimal): -2726645 or 746966. OLE color: 746966.

HSL color Cylindrical-coordinate representation of color #D6650B: hue angle of 26.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6650B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 11 -
CMYK 0 0.53 0.95 0.16
HSL 26.6º 0.9% 0.44% -
HSV(B) 26.6º 0.95% 0.84% -
XYZ 32.45 23.63 3.17 -
YUV 124.53 63.94 191.82 -
System Red Green Blue C M Y K H S L
Decimal 214 101 11 0 0.53 0.95 0.16 26.6 0.9 0.44
Hex D6 65 B 0 35 5F 10 1B 5A 2C
Octal 326 145 13 0 65 137 20 33 132 54
Binary 11010110 1100101 1011 0 110101 1011111 10000 11011 1011010 101100

Color Harmonies of #D6650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6650B

Black with #D6650B

Text Example


Text Example

White with #D6650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6650B; }

 p { color: rgb(214,101,11); }

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

background-color css

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

 a { background-color: rgb(214,101,11); }

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

border-color css

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

 span { border-color: rgb(214,101,11); }

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