Html Css Color HEX #CC6F1F Ochre

📋 copy color: '#CC6F1F'

red 204 ◦ green 111 ◦ blue 31

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

Shades of Ochre #CC6F1F

Tints of Ochre #CC6F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

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

R = 58.96%
G = 32.08%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC6F1F (or 0xCC6F1F) is known color: Ochre. HEX triplet: CC, 6F and 1F. RGB value is (204,111,31). Sum of RGB (Red+Green+Blue) = 204+111+31=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F1F is #3390E0. Grayscale: #828282. Windows color (decimal): -3379425 or 2060236. OLE color: 2060236.

HSL color Cylindrical-coordinate representation of color #CC6F1F: hue angle of 27.75º 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 #CC6F1F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 111 31 -
CMYK 0 0.46 0.85 0.2
HSL 27.75º 0.74% 0.46% -
HSV(B) 27.75º 0.85% 0.8% -
XYZ 30.83 24.31 4.36 -
YUV 129.69 72.31 181 -
System Red Green Blue C M Y K H S L
Decimal 204 111 31 0 0.46 0.85 0.2 27.75 0.74 0.46
Hex CC 6F 1F 0 2E 55 14 1C 4A 2E
Octal 314 157 37 0 56 125 24 34 112 56
Binary 11001100 1101111 11111 0 101110 1010101 10100 11100 1001010 101110

Color Harmonies of #CC6F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F1F

Black with #CC6F1F

Text Example


Text Example

White with #CC6F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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