Html Css Color HEX #C6941B Buddha Gold

📋 copy color: '#C6941B'

red 198 ◦ green 148 ◦ blue 27

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

Shades of Buddha Gold #C6941B

Tints of Buddha Gold #C6941B

RGB

 RED value IS 198 (77.73% from 255) = 53.08%

 GREEN value IS 148 (58.2% from 255) = 39.68%

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

R = 53.08%
G = 39.68%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6941B (or 0xC6941B) is known color: Buddha Gold. HEX triplet: C6, 94 and 1B. RGB value is (198,148,27). Sum of RGB (Red+Green+Blue) = 198+148+27=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6941B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6941B is #396BE4. Grayscale: #959595. Windows color (decimal): -3763173 or 1807558. OLE color: 1807558.

HSL color Cylindrical-coordinate representation of color #C6941B: hue angle of 42.46º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6941B is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 27 -
CMYK 0 0.25 0.86 0.22
HSL 42.46º 0.76% 0.44% -
HSV(B) 42.46º 0.86% 0.78% -
XYZ 34.08 33.26 5.66 -
YUV 149.16 59.07 162.84 -
System Red Green Blue C M Y K H S L
Decimal 198 148 27 0 0.25 0.86 0.22 42.46 0.76 0.44
Hex C6 94 1B 0 19 56 16 2A 4C 2C
Octal 306 224 33 0 31 126 26 52 114 54
Binary 11000110 10010100 11011 0 11001 1010110 10110 101010 1001100 101100

Color Harmonies of #C6941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6941B

Black with #C6941B

Text Example


Text Example

White with #C6941B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6941B; }

 p { color: rgb(198,148,27); }

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

background-color css

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

 a { background-color: rgb(198,148,27); }

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

border-color css

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

 span { border-color: rgb(198,148,27); }

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