Html Css Color HEX #CC671F Chocolate

📋 copy color: '#CC671F'

red 204 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #CC671F

Tints of Chocolate #CC671F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 60.36%
G = 30.47%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC671F (or 0xCC671F) is known color: Chocolate. HEX triplet: CC, 67 and 1F. RGB value is (204,103,31). Sum of RGB (Red+Green+Blue) = 204+103+31=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC671F is #3398E0. Grayscale: #7D7D7D. Windows color (decimal): -3381473 or 2058188. OLE color: 2058188.

HSL color Cylindrical-coordinate representation of color #CC671F: hue angle of 24.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC671F is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 31 -
CMYK 0 0.50 0.85 0.2
HSL 24.97º 0.74% 0.46% -
HSV(B) 24.97º 0.85% 0.8% -
XYZ 30 22.64 4.08 -
YUV 124.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 204 103 31 0 0.50 0.85 0.2 24.97 0.74 0.46
Hex CC 67 1F 0 32 55 14 19 4A 2E
Octal 314 147 37 0 62 125 24 31 112 56
Binary 11001100 1100111 11111 0 110010 1010101 10100 11001 1001010 101110

Color Harmonies of #CC671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC671F

Black with #CC671F

Text Example


Text Example

White with #CC671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC671F; }

 p { color: rgb(204,103,31); }

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

background-color css

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

 a { background-color: rgb(204,103,31); }

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

border-color css

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

 span { border-color: rgb(204,103,31); }

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