Html Css Color HEX #CC681B Chocolate

📋 copy color: '#CC681B'

red 204 ◦ green 104 ◦ blue 27

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

Shades of Chocolate #CC681B

Tints of Chocolate #CC681B

RGB

 RED value IS 204 (80.08% from 255) = 60.9%

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 60.9%
G = 31.04%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC681B (or 0xCC681B) is known color: Chocolate. HEX triplet: CC, 68 and 1B. RGB value is (204,104,27). Sum of RGB (Red+Green+Blue) = 204+104+27=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC681B is #3397E4. Grayscale: #7D7D7D. Windows color (decimal): -3381221 or 1796300. OLE color: 1796300.

HSL color Cylindrical-coordinate representation of color #CC681B: hue angle of 26.1º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC681B is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 27 -
CMYK 0 0.49 0.87 0.2
HSL 26.1º 0.77% 0.45% -
HSV(B) 26.1º 0.87% 0.8% -
XYZ 30.05 22.82 3.86 -
YUV 125.12 72.63 184.26 -
System Red Green Blue C M Y K H S L
Decimal 204 104 27 0 0.49 0.87 0.2 26.1 0.77 0.45
Hex CC 68 1B 0 31 57 14 1A 4D 2D
Octal 314 150 33 0 61 127 24 32 115 55
Binary 11001100 1101000 11011 0 110001 1010111 10100 11010 1001101 101101

Color Harmonies of #CC681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC681B

Black with #CC681B

Text Example


Text Example

White with #CC681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC681B; }

 p { color: rgb(204,104,27); }

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

background-color css

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

 a { background-color: rgb(204,104,27); }

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

border-color css

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

 span { border-color: rgb(204,104,27); }

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