Html Css Color HEX #CB6714 Chocolate

📋 copy color: '#CB6714'

red 203 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #CB6714

Tints of Chocolate #CB6714

RGB

 RED value IS 203 (79.69% from 255) = 62.27%

 GREEN value IS 103 (40.63% from 255) = 31.6%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 62.27%
G = 31.6%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB6714 (or 0xCB6714) is known color: Chocolate. HEX triplet: CB, 67 and 14. RGB value is (203,103,20). Sum of RGB (Red+Green+Blue) = 203+103+20=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6714 is #3498EB. Grayscale: #7B7B7B. Windows color (decimal): -3447020 or 1337291. OLE color: 1337291.

HSL color Cylindrical-coordinate representation of color #CB6714: hue angle of 27.21º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB6714 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 103 20 -
CMYK 0 0.49 0.90 0.20
HSL 27.21º 0.82% 0.44% -
HSV(B) 27.21º 0.9% 0.8% -
XYZ 29.61 22.45 3.43 -
YUV 123.44 69.63 184.75 -
System Red Green Blue C M Y K H S L
Decimal 203 103 20 0 0.49 0.90 0.20 27.21 0.82 0.44
Hex CB 67 14 0 31 5A 14 1B 52 2C
Octal 313 147 24 0 61 132 24 33 122 54
Binary 11001011 1100111 10100 0 110001 1011010 10100 11011 1010010 101100

Color Harmonies of #CB6714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6714

Black with #CB6714

Text Example


Text Example

White with #CB6714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6714; }

 p { color: rgb(203,103,20); }

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

background-color css

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

 a { background-color: rgb(203,103,20); }

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

border-color css

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

 span { border-color: rgb(203,103,20); }

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